I'm looking to upgrade my ASP.NET web app to the .NET 4 framework. Would I see performance improvements right away?
feedback
|
|
According to this blog post, there are supposed to be internal runtime improvements that should help out of the box.
There is a PDC presentation (which I cannot currently find) that claimed the same thing. I would assume that YMMV depending on your implementation, in any case. Obviously ASP.Net 4.0 will benefit from any areas of the .Net 4.0 runtime on which it depends that are improved. It's usually safe to assume that a new release will make things no worse... | |||
|
feedback
|
|
A lot of the performance improvement is probably in development. A lot of things have been improved like handling of ID's so Javascript can interact better with controls. And some C#4.0 features like the dynamic object and it late binding. Here is a list of all the benefits ASP.NET 4.0 Have: | |||
|
feedback
|