ASP.NET
| ASP.NET (software) | |
|---|---|
| Developer(s) | Microsoft Scott Guthrie |
| Initial release | January 5, 2002 |
| Stable release | 4.8.1
/ August 9, 2022[1] |
| Repository | |
| Written in | .NET languages |
| Operating system | Microsoft Windows, Linux, macOS |
| Platform | .NET Framework |
| Type | Web framework |
| License | Proprietary software[2] |
| Website | dotnet |
| ASP.NET (file format) | |
|---|---|
| Filename extension | .aspx, .asmx, .aspc,[3] .cshtml, .vbhtml |
| Internet media type |
text/html |
| Developed by | Microsoft |
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.
ASP.NET was first announced to the public under the codename ASP+, and is a re-implementation of Microsoft's Active Server Pages (ASP) technology.[3] ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language.[4] 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 (model–view–controller) 6.[5]
- ^ ".net framework download page".
- ^ "Microsoft .NET Framework Redistributable EULA". MSDN. Microsoft. 13 September 2006. Archived from the original on April 2, 2015. Retrieved February 28, 2015.
- ^ a b Kinsman, Chris (July 2000). "Introduction to ASP+". DevX. Archived from the original on 2003-02-02. Retrieved 2025-08-13.
- ^ MacDonald, Matthew; Szpuszta, Mario (2005). Pro ASP.NET 2.0 in C# 2005 (1st ed.). Apress. pp. 5–6. ISBN 1-59059-496-7.
[...] ASP.NET pages and web services are executed within the CLR (common language runtime), so they can be authored in any language that has a CLR-compliant compiler. [...] ASP.NET gives you the ability to code in any supported .NET language (including Visual Basic, C#, J#, and many other languages that have third-party compilers).
- ^ FitzMacken, Tom (2014-12-11). "ASP.NET 5 Overview". ASP.NET. Archived from the original on 2014-11-15.