ASP.NET
ASP.NET is a web development platform, allowing the creation of websites and services that can take advantage of the .NET Framework features - including base class library and supported languages.
Advantages
- Full access to .NET features
- Allows the separation of HTML markup and programming code
- Uses pre-compilation for enhanced performance
Disadvantages
- Not very customizable at a low level
- Tends to generate larger markup amount
Components
- Controls library
- State management services
- Server side cache
- Template engine
Development tools
- Microsoft Visual Studio 2003
- Microsoft Visual Studio 2005
- Microsoft Visual Studio 2008
- Microsoft Visual Studio 2010
Versions
- Microsoft ASP.NET 1.0
- Microsoft ASP.NET 1.1
- Microsoft ASP.NET 2.0
- Microsoft ASP.NET 3.0
- Microsoft ASP.NET 3.5
- Microsoft ASP.NET 4.0