views:

272

answers:

4

Is there an exact overview what has changed in the SP1 for .NET 3.5? New classes, methods, etc.

For example, I've noticed there is a new WaitOne(TimeSpan) and WaitOne(int) overloads in the WaitHandle class.

+1  A: 

There's a good summary here. (Ignore the fact that it's talking about the beta version)

http://weblogs.asp.net/scottgu/archive/2008/05/12/visual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx

jumpinjackie
A: 

.NET Framework Client Profile is a great feature , check all the features http://msdn.microsoft.com/en-us/library/cc713697.aspx

Jobi Joy