4

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

jchadhowell
  • 1,131
  • 1
  • 14
  • 25

2 Answers2

13

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

Cheeso
  • 189,189
  • 101
  • 473
  • 713
TStamper
  • 30,098
  • 10
  • 66
  • 73
3

Big one is LINQ

Gulzar Nazim
  • 51,744
  • 26
  • 128
  • 170