Web Design::Advantages of ASP.NET over ASP - ASP VWeb Design:Advantages of ASP.NET over ASP - ASP VS ASP.NET
Compiled code means applications run faster with more design-time errors trapped at the development stage
Significantly improved run-time error handling, making use of exceptions and Try-Catch blocks.
User-defined controls allow commonly used templates, such as menus
Similar metaphors to Windows applications such as controls and events, which make development of rich user interfaces, previously only found on the desktop, possible.
A rich set of controls and class libraries allows the rapid building of applications
ASP.NET leverages the multi language capabilities of the .NET CLR, allowing web pages to be coded in VB.NET, C#, J#, etc.
Ability to cache the whole page or just parts of it to improve performance.
Ability to use the CodeBehind development model to separate business logic from presentation.
If an ASP.NET application leaks memory, the ASP.NET runtime unloads the AppDomain hosting the erring application and reloads the application in a new AppDomain.
Session state in ASP.NET can be saved in a SQL Server database or in a separate process running on the same machine as the web server or on a different machine.That way session values are not lost when IIS is reset or the ASP.NET worker process is recycled. ..
Web Design::Advantages of ASP.NET over ASP - ASP V Related Sites
[READ MORE : Web Design::Advantages of ASP.NET over ASP - ASP V] |
|
|