Recomendation for a C# 2.0 book?

B

Bruce

On Amazon I see at most 2-3 books that claim to cover c# 2.0. And I know
that it is still early in the game, so a book bought now may end up being
invalid in a few months. But never-the-less, would anyone recommend any of
the existing books?

Thanks, Bruce
 
J

Jeffrey Palermo, MCAD.Net

If you've already read a c# book, then I'd recommend reading articles
about generics, nullible type, anonymous methods, etc. Microsoft is
very good about making things backward-compatible, so I think reading
articles about enhancements for c# 2.0 will help.

Best regards,
Jeffrey Palermo
Blog: http://www.jeffreypalermo.com
 
P

Peter Sestoft

Bruce said:
On Amazon I see at most 2-3 books that claim to cover c# 2.0. And I
know that it is still early in the game, so a book bought now may
end up being invalid in a few months. But never-the-less, would
anyone recommend any of the existing books?

There have been only five noteworthy changes to C# 2.0 from beta 1 to
beta 2, see

http://www.dina.kvl.dk/~sestoft/csharpprecisely/errata.html

I guess there'll be very little change between beta 2 and the final
release. Microsoft needs this to be stable to finish a lot of other
things that will be released with Visual Studio 2005.

So don't hesitate to buy C# Precisely for that reason :)

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top