views:

646

answers:

3

What are the major differences between the .NET 3.0 & 3.5 frameworks?

+3  A: 

Big one is LINQ

Gulzar
+12  A: 

ASP.NET AJAX was inbuilt for 3.5

.Net 3.0

.net 2.0 features + WF+WPF+WCF+ Cardspace

.Net 3.5

.Net 3.0 features + LINQ, ASP.NET AJAX, new controls, richer WCF support (incl REST, AtomPub), and a few other features

For more details refer to: .Net Frameworks that shows the difference and added features from .net frameworks 1.0 and on

TStamper
MS doc here: http://msdn.microsoft.com/en-us/library/bb332048.aspx
Cheeso
@Chesso-thanks for extra doc.
TStamper
A: 

3.0 - 3.5 = .net -0.5

nullptr