Wednesday, February 23, 2011

ASP.NET C# | ASP.NET C# TUTORIAL | ASP.NET using C# | C# TUTORIALS


Frameworks

It is not essential to use the standard webforms development model when developing with ASP.NET. Noteworthy frameworks designed for the platform include:


Versions

The ASP.NET releases history tightly correlates with the .NET Framework releases:
Date↓Version↓Remarks↓New ASP.NET related features↓
January 16, 20021.0First version
released together with Visual Studio .NET
  • Object-oriented web application development supporting inheritancepolymorphism and other standard OOP features
    • Developers are no longer forced to use Server.CreateObject(...), so early-binding and type safety are possible.
  • Based on Windows programming; the developer can make use of DLL class libraries and other features of the web server to build more robust applications that do more than simply rendering HTML (e.g. exception handling)
April 24, 20031.1released together with Windows Server 2003
released together with Visual Studio .NET 2003
  • Mobile controls
  • Automatic input validation
November 7, 20052.0
  • New data controls (GridView, FormView, DetailsView)
  • New technique for declarative data access (SqlDataSource, ObjectDataSource, XmlDataSource controls)
  • Navigation controls
  • Master pages
  • Login controls
  • Themes
  • Skins
  • Web parts
  • Personalization services
  • Full pre-compilation
  • New localization technique
  • Support for 64-bit processors
  • Provider class model
November 21, 20063.0
November 19, 20073.5Released with Visual Studio 2008 andWindows Server 2008
  • New data controls (ListView, DataPager)
  • ASP.NET AJAX included as part of the framework
  • Support for HTTP pipelining and syndication feeds.
  • WCF Support for RSS, JSON, POX and Partial Trust
  • All the .NET Framework 3.5 changes, like LINQ etc.
August 11, 20083.5 Service Pack 1Released with Visual Studio 2008 Service Pack 1
  • Incorporation of ASP.NET Dynamic Data
  • Support for controlling browser history in an ASP.NET AJAX application
  • Ability to combine multiple JavaScript files into one file for more efficient downloading
  • New namespaces System.Web.Abstractions and System.Web.Routing
April 12, 20104.0
Parallel extensions and other .NET Framework 4 features


CONTENT FROM WIKIPEDIA OFFERED UNDER GNU FREE DOCUMENTATION LICENSE

No comments:

Post a Comment