Click here to Skip to main content
15,912,897 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
difference between asp.net 3.5 sp1 and asp.net3.0

both are same or different.


help me
Regards
JAmes
Posted
Updated 3-Apr-12 1:17am
v2

ASP.NET in the .NET Framework 3.5 Service Pack 1 release includes numerous bug fixes. In addition, it includes features for the following:

Enabling high-productivity data scenarios by using ASP.NET Dynamic Data.
Supporting the browser navigation in ASP.NET AJAX applications by using ASP.NET AJAX browser history.
Increasing the download speed for ASP.NET applications by using ASP.NET AJAX script combining.


http://www.asp.net/downloads/35-sp1[^]
 
Share this answer
 
.Net 3.0 is an add-on to .Net 2.0.
It contains three libraries for
Windows Presentation Foundation (WPF),
Windows Workflow Foundation (WF) and
Windows Communication Foundation (WCF) (and Windows Cardspace).

You can use these in Visual Studio by adding extensions.

.Net 3.5 is the next .Net version after 2.0 shipped with Visual Studio 2008

The difference between 3.0 and 3.5 is that;
3.0 only introduced new libraries, while
3.5 also introduced new compilers for C# and VB (and SP1
introduced some minor updates to the runtime, but nothing notable).

Hope you got the answer.
 
Share this answer
 
Comments
jameschowdary 12-Apr-12 12:06pm    
ok ,im asking the .net 3.5sp1 become as 4.0 ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900