what is the difference between framework 3.0 and framework 4.0?

Posted by Prabu_Spark under ASP.NET on 5/14/2014 | Points: 10 | Views : 1397 | Status : [Member] | Replies : 5
Hi sir,

Tell me the difference between framework 3.0 and framework 4.0. Most of the interviewers, ask this questions only. I need exact difference between them. Kindly give me the solution for this problem.

With regards,
J.Prabu.
[Email:prbspark@gmail.com]



Responses

Posted by: Chandradev819 on: 5/14/2014 [Member] Starter | Points: 25
Posted by: Vforvijay on: 5/14/2014 [Member] Starter | Points: 25

Up
0
Down
Hi..
Refer the below link for the differnce
http://vdsite.com/Articles/141/Main-Difference-between-framework-3.5-and-framework-4.0

Prabu_Spark, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: A2H on: 5/14/2014 [Member] [MVP] Silver | Points: 25

Up
0
Down
You can check the below link
http://wordwalkin.wordpress.com/2010/11/24/difference-between-net-framework-2-03-03-54-0/

Thanks,
A2H
My Blog

Prabu_Spark, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Goud.Kv on: 5/15/2014 [Member] [MVP] Gold | Points: 25

Up
0
Down
Hello Prabhu,

Major changes are done in Framework 4.0 when compared to previous older versions. They are listed below.

- ControlRenderingCompatabilityVersion Setting in the Web.config File
- ClientIDMode Changes
- HtmlEncode and UrlEncode Now Encode Single Quotation Marks
- ASP.NET Page (.aspx) Parser is Stricter
- Browser Definition Files Updated
- System.Web.Mobile.dll Removed from Root Web Configuration File
- ASP.NET Request Validation
- Default Hashing Algorithm Is Now HMACSHA256
- Configuration Errors Related to New ASP.NET 4 Root Configuration
- ASP.NET 4 Child Applications Fail to Start When Under ASP.NET 2.0 or ASP.NET 3.5 Applications
- ASP.NET 4 Web Sites Fail to Start on Computers Where SharePoint Is Installed
- The HttpRequest.FilePath Property No Longer Includes PathInfo Values
- ASP.NET 2.0 Applications Might Generate HttpException Errors that Reference eurl.axd
- Event Handlers Might Not Be Not Raised in a Default Document in IIS 7 or IIS 7.5 Integrated Mode Changes to the ASP.NET Code Access - Security (CAS) Implementation
- MembershipUser and Other Types in the System.Web.Security Namespace Have Been Moved
- Output Caching Changes to Vary * HTTP Header
- System.Web.Security Types for Passport are Obsolete
- The MenuItem.PopOutImageUrl Property Fails to Render an Image in ASP.NET 4
- Menu.StaticPopOutImageUrl and Menu.DynamicPopOutImageUrl Fail to Render Images When Paths Contain Backslashes


Thank you,

Thanks & Regards,
Krishna

Prabu_Spark, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Subashini on: 5/16/2014 [Member] Starter | Points: 25

Up
0
Down
hi friends,
The difference between framework 3.0 and framework 4.0 are given below.


.NET Framework 3.0

The only update to this version (from 2.0) is the inclusion of the following technologies:
Windows Communication Foundation (WCF). Important to follow this technology if you are into developing service-oriented applications.
Windows Presentation Foundation (WPF) . If you are mostly developing web applications, you probably will not be needing this.
Windows Workflow Foundation (WF).
Windows Cardspace.
.NET Framework 3.0 did not come with any version of Visual Studio. But .NET Framework 2.0 did and it came with Visual Studio 2005



.NET Framework 4.0

The following are what’s new in this version:
In-Process Side-by-Side Execution which allows you in your application to load and start multiple versions of .NET Framework in the same process.
Application Domain Diagnostics and Performance Monitoring which allows you to monitor all application domains in the process, not just the process itself.
Parallel Computing which allows you to write efficient, fine-grained, and scalable parallel code in a natural idiom without having to work directly with threads and thread pool.
The rest of the changes are mostly improvements on .NET Framework 3.5.
.NET Framework 4.0 was released with Visual Studio 2010.
For a complete list of what’s new in 4.0, go to this link.


http://www.accordsoft.co.in

Prabu_Spark, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response