Frameworks
It is not essential to use the standard webforms development model when developing with ASP.NET. Noteworthy frameworks designed for the platform include:
- Base One Foundation Component Library (BFC) is a RAD framework for building .NET database and distributed computing applications.
- DotNetNuke is an open-source solution which comprises both a web application framework and a content management system which allows for advanced extensibility through modules, skins, and providers.
- Castle Monorail, an open-source MVC framework with an execution model similar to Ruby on Rails. The framework is commonly used with Castle ActiveRecord, an ORM layer built on NHibernate.
- Spring.NET, a port of the Spring framework for Java.
- Skaffold.NET, A simple framework for .NET applications, used in enterprise applications.
Versions
The ASP.NET releases history tightly correlates with the .NET Framework releases:
| Date | Version | Remarks | New ASP.NET related features |
|---|---|---|---|
| January 16, 2002 | 1.0 | First version released together with Visual Studio .NET |
|
| April 24, 2003 | 1.1 | released together with Windows Server 2003 released together with Visual Studio .NET 2003 |
|
| November 7, 2005 | 2.0 | codename Whidbey released together with Visual Studio 2005and Visual Web Developer Express and SQL Server 2005 |
|
| November 21, 2006 | 3.0 |
| |
| November 19, 2007 | 3.5 | Released with Visual Studio 2008 andWindows Server 2008 |
|
| August 11, 2008 | 3.5 Service Pack 1 | Released with Visual Studio 2008 Service Pack 1 |
|
| April 12, 2010 | 4.0 | Parallel extensions and other .NET Framework 4 features |
No comments:
Post a Comment