views:

244

answers:

4
+2  Q: 

Learn .NET 3.5

What are the best resources for a C#/.NET 2.0 developer for learning .NET 3.5? I'm struggling to learn ASP.NET MVC and I feel that a lot of my stumbling blocks have to do with not ever having explicitly studied 3.5.

Note: I know there are already these questions, but they both seem to focus on ASP.NET

+3  A: 

MVC has really changed the game on how everything works if you come from traditional ASP.NET Web Forms. I would recommend the following books:

Nick Berardi
Those all look like good books. Sadly, as of today (4-16-09) none of them have been released.
Dinah
+1  A: 

You could try browsing MSDN from What's New in the .NET Framework Version 3.5.

+1  A: 
Tormod Fjeldskår
Interesting that you mention it - this chapter is actually exactly what I'm doing. I'm 1/2 way through now. I'm finding though that 2.0 experience isn't enough. I'm just copying a lot of the 3.5 code without fully understanding it.
Dinah
+3  A: 

I highly recommend reading "C# in Depth" by Jon Skeet. While it's focus isn't specifically the .NET framework, it gives a great overview of the changes of the C# language over time and introduces all of the new stuff in C# 3 (which overlap the .NET framework 3.5).

NOTE: Nothing specific to ASP.NET here, but again, it gives you the foundation.

j0rd4n