When ASP ver 3.0 launched, programmers find many things that simplify the programming process. This is because ASP has enriched various functions. But programmers still find common problems in the use of ASP, the ASP is 'code-oriented'. Which means anything you want 'made' to be written with script code. Microsoft issued a framework. NET in July, 2000. Given this framework, the programmer can make the program more compact and faster. This is because the use of a framework that can reduce the number of scripts created by progammer.
Some advantages framework. NET :
- Using a declarative programming model
- The server control hierarchy with events.
- Class library which is quite a lot.
- Support the development tools, from simple
(notepad) to Visual Studio. NET
ASP.NET was introduced to the programmer instead of using classic ASP. ASP.NET version 1.0 and 1.1 was launched for the first time and expect suggestions from users to improve ASP.NET
the next version.
Reliability ASP.NET :
- ASPX, ASP – side by side
- Simplified programming model
- Simplified deployment
- Better performance
- Caching
- Security
- Powerful controls
- Simplified browser support
- Simplified form validation
- Code behind pages
- More powerful data access
- Web services
- Better session management
- No DLL locking
- No DLL registration
- Simplified configuration
- Pagelets