Dave,
I don't use a book, I use Internet, however there are two free books for
that.
http://www.vb-tips.com/default.aspx?ID=1b31f4f7-0596-4b8e-aaf5-e16db864a414
I hope this helps,
Cor
> Hi,
>
[quoted text clipped - 12 lines]
>
> Dave
Dave - 20 Dec 2005 18:00 GMT
I primarily use the internet and news groups. But I thought I might run
through a book over the holidays.
Thanks you for your suggestion. I will take a look at these. Free is
always nice.
> Dave,
>
> I don't use a book, I use Internet, however there are two free books for
> that.
http://www.vb-tips.com/default.aspx?ID=1b31f4f7-0596-4b8e-aaf5-e16db864a414
> I hope this helps,
>
[quoted text clipped - 16 lines]
> >
> > Dave
> Hi,
>
[quoted text clipped - 7 lines]
> of the more advanced topics like Threading, Synchronization Objects, and how
> and when to use API's when .NET framework is not adequate.
IMO the .NET framework is still young enough that there aren't a great
deal of 'in-depth' books, such as there are for C++ (of course) and
MFC/ATL/COM, which have all been around long enough to be thoroughly
digested by the community at large. I would say you would be best of
with whatever general .NET book you can find that sounds like it's as
'advanced' as possible, but be prepared for it to be not that
'advanced' at all and that you will have to do a lot of digging /
tweaking / googling yourself.
With a background in VB6 and C++ COM you should probably look to be
learning C# as well as VB.NET, since a lot of what docs there are will
be targeting C++ programmers moving to .NET (and by supposition, C#).
Being able to translate code examples fluently between the two is an
invaluable skill.
My favorite general VB.NET book (it starts at the beginning but in
places reaches an intermediate-advanced level) is Balena, Programming
VB.NET. There is a 2003 edition out now; the 2005 edition is due in
January. I don't know of any really advanced VB.NET-oriented books, but
part of the point is that it doesn't really matter. As for C#,
Troelsen's 'Pro C#' (2005 edition out now) seems to attract praise,
can't speak for it myself. Chris Sells' 'Windows Forms programming in
C#' will teach you about much more than just what the title suggests.
Petzold of course. Beware however that there are a *lot* of
'documentation rewrite'-type books out there :(
One thing to bear in mind is that the documentation (not the
'reference' parts, which are still horribly copy-and-paste in places,
but the 'explanation' parts) is often excellent in explaining the whys
and hows of the .NET way. The MSDN LIbrary is something you just can't
do without.

Signature
Larry Lard
Replies to group please
Dave - 21 Dec 2005 14:16 GMT
Thanks Larry,
I am an MSDN subscriber so I do at least have it as a resource.
I will look into the other books you mentioned, and yes I am looking to be
able to develop equally and fluently in both C# and VB.
Dave
> > Hi,
> >
[quoted text clipped - 39 lines]
> and hows of the .NET way. The MSDN LIbrary is something you just can't
> do without.