views:

99

answers:

3

Can anyone tell a book which covers a in-depth coverage of .NET Framework (2.0, 3.5 or 4.0)?

+6  A: 

CLR via C#

Giorgi
That was useful! Thanks a lot
Sathish
A: 

The Apress "Pro C#/VB 2010 and the .Net Platform" books are pretty good, as is the "Microsoft .Net Internals" book - lots of information in both at all levels of the .Net framework.

Moo
I have Pro C# 2008 and it is one of the worst book about the topic I have ever seen.
Ladislav Mrnka
Would you care to expand on that? I find it to be quite a good resource to have on my desk.
Moo
That book is more like set of introductions to all available APIs. Tutorial to ASP.NET, tutorial to WPF, tutorial to WCF, tutorial to WF, ... I expected the book about CLR and advanced topics about .NET (beacuse of PRO title). There is of course coverage of some basic CLR topics but when I compare it to CLR via C# I get only disappointment.
Ladislav Mrnka
+1  A: 

It's not only the framework that has evolved but so has the languages. Skeet covers that for C# in C# in Depth.

Jonas Elfström