Hi all,
Difference between ASP and ASP.NET
ASP.NET:
ASP:
Difference between ASP and ASP.NET
ASP.NET:
- ASP.Net web forms have a code behind file which contains all event handling code.
- ASP.Net web forms inherit the class written in code behind.
- ASP.Net web forms use full fledged programming language
- ASP.Net web applications are configurable (web.config)
- ASP.Net webforms can use custom controls through the @ register directive
- ASP.Net web forms have ADO.Net which supports XML integration and integration of data from two or more data sources
- Variety of compilers and tools available including the Visual studio.Net.
- Completely Object Oriented.
- Complete session and application state management.
- Full proof error handling possible.
ASP:
- ASP does not have such facility to separate programming logic from design.
- ASP does not have the concept of inheritance.
- ASP pages use scripting language.
- ASP applications are not.
- It is not available with ASP.
- while ASP has ADO which is a simple COM object with limited facilities.
- Limited development and debugging tools available.
- Limited OOPS support.
- Limited session and application state management.
- Poor Error handling system.
No comments:
Post a Comment