Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upgrade to ASP.NET 4 framework

Now that Visual Studio 2010 RC is released I was wondering if anyone knows what pros/cons there are to upgrading my existing ASP.NET applications to target the .NET 4 framework? (Apart from waiting until the Final release which should be even more stable)

like image 585
Espo Avatar asked Feb 09 '10 09:02

Espo


2 Answers

If you are not going to rewrite some parts of the application to use new features in ASP.NET 4.0, I don't think there are many benefits. Unless they introduced performance optimizations for already existing functionality, but I don't think you would get those automatically without modifying code.

Otherwise there are plenty of goodies like URL Routing, SEO optimizations, ViewState performance, etc.

like image 125
Slavo Avatar answered Oct 10 '22 04:10

Slavo


At least, you must check if your webserver have support for ASP.NET 4.0 application pools.

like image 29
Rubens Farias Avatar answered Oct 10 '22 05:10

Rubens Farias