Faster web applications: Compiled code and caching make ASP.Net really fast. Earlier, the code was interpreted into 'machine language' when your website visitor viewed your page. With ASP.Net, the code is compiled before your visitor even visits your site.
Memory leak and crash protection: ASP.Net automatically retrieves from memory leaks and errors thus ensuring that your website is always available to visitors.
Multiple Language Support: ASP.Net allows programmers to write their code in several .Net languages (including VB.Net, C and Jscript.Net). Hence, programmers can develop sites in a language they know best. |