*ASP.NET is a programming framework built on the common language runtime that can be used on a server to build powerful web applications.
*The first version of ASP.NET offered several important advantages over previous web development models.
*ASP.NET 2.0 improves upon that foundation by adding support for several new and exciting features in the areas of developer productivity, administration and management, extensibility and performance.
ASP.NET 2.0
*When you create web application you could use many solutions.
The most common types of pages are Active Server Pages(aspx/asp) and basic html.
*Execution time is one of the benifit in which ASp.NET 2.0 stands out above the rest.
*When an ASP>NET page is requested the first time a compiled copy is placed into memory on the server for the next request.
*This provides for great performance gains over interpreted languages.
0 comments
Post a Comment