stringtranslate.com

ASP.NET

ASP.NET is a server-side web-application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, applications and services. The name stands for Active Server Pages Network Enabled Technologies.

It was first released in January 2002 with version 1.0 of the .NET Framework and is the successor to Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language. The ASP.NET SOAP extension framework allows ASP.NET components to process SOAP messages.

In 2016, Microsoft released ASP.NET Core as ASP.NET's successor. This new version is a re-implementation of ASP.NET as a modular web framework, together with other frameworks like Entity Framework. The new framework uses the new open-source .NET Compiler Platform (codename "Roslyn") and is cross platform. ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (a platform using only Razor pages) have merged into a unified MVC 6.[3]

Programming models

ASP.NET supports a number of programming models for building web applications:[4]

Other ASP.NET extensions include:

IIS integrated pipeline

On IIS 6.0 and lower, pages written using different versions of the ASP framework cannot share session state without the use of third-party libraries. This does not apply to ASP.NET and ASP applications running side by side on IIS 7. With IIS 7.0, modules may be run in an integrated pipeline that allows modules written in any language to be executed for any request.[7]

Third-party frameworks

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

Versions

ASP.NET's release history tightly correlates with the .NET Framework releases:

Other implementations

The Mono Project supports "everything in .NET 4.7 except WPF, WWF, and with limited WCF and limited ASP.NET 4.7 async stack."[16] ASP.NET can be run with Mono using one of three options: Apache hosting using the mod_mono module, FastCGI hosting, and XSP.

See also

References

Citations

  1. ^ ".net framework download page".
  2. ^ "Microsoft .NET Framework Redistributable EULA". MSDN. Microsoft. Archived from the original on April 2, 2015. Retrieved February 28, 2015.
  3. ^ "Introduction to ASP.NET 5 — ASP.NET 0.0.1 documentation". asp.net. Archived from the original on May 8, 2020. Retrieved May 11, 2020.
  4. ^ "Choose between ASP.NET and ASP.NET Core". docs.microsoft.com.
  5. ^ "ASP.NET Web Pages (Razor) FAQ". docs.microsoft.com.
  6. ^ "Get Started with ASP.NET Web API 2 (C#)". docs.microsoft.com.
  7. ^ "How to Take Advantage of the IIS 7.0 Integrated Pipeline". iis.net.
  8. ^ "Announcing release of ASP.NET and Web Tools for Visual Studio 2013".
  9. ^ a b c d e f g h ".net framework product lifecycle".
  10. ^ "Announcing .NET Framework 4.6".
  11. ^ "Visual Studio 2015 and Visual Studio 2013 Update 5 Released". msdn.com. Microsoft.
  12. ^ "Announcing the .NET Framework 4.7". 5 April 2017.
  13. ^ "Announcing the .NET Framework 4.7.1". 17 October 2017.
  14. ^ "Announcing the .NET Framework 4.8". 18 April 2019.
  15. ^ "Releases". GitHub.
  16. ^ "Compatibility | Mono". Compatibility | Mono. 8 September 2015. Archived from the original on 2 July 2016. Retrieved 29 August 2016.

General sources

External links