What is new for Performance and Scalability improvements in ASP.NET 2.0?

Performance and Scalability improvements in ASP.NET 2.0. What is new? Is it better than asp.net 1.1. Can it support more server memory?


Views: 1642 | Community Opinion: 1

Tags..  ASP.NET 2.0  Web Applications

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 

ASP.NET 2.0 new features are built to perform, using a compiled execution model for handling page requests and running on the world's fastest web server, Internet Information Services. ASP.NET 2.0 also introduces key performance benefits over previous versions.


64-Bit Support ASP.NET 2.0 is now 64-bit enabled, meaning it can take advantage of the full memory address space of new 64-bit processors and servers. Developers can simply copy existing 32-bit ASP.NET applications onto a 64-bit ASP.NET 2.0 server and have them automatically be JIT compiled and executed as native 64-bit applications (no source code changes or manual re-compile are required).


Caching Improvements ASP.NET 2.0 also now includes automatic database server cache invalidation. This powerful and easy-to-use feature allows developers to aggressively output cache database-driven page and partial page content within a site and have ASP.NET automatically invalidate these cache entries and refresh the content whenever the back-end database changes. Developers can now safely cache time-critical content for long periods without worrying about serving visitors stale data.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: