Jump to content

ASP.NET: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Reverted edits by 103.152.143.92 (talk) (HG) (3.4.10)
m Reverted 1 edit by 2600:1006:B114:1754:D747:809B:9F0:ABDD (talk) to last revision by 2605:B100:D17:C234:4080:1FD4:E31E:D2DC
Tags: Twinkle Undo Mobile edit Mobile web edit Advanced mobile edit
 
(41 intermediate revisions by 28 users not shown)
Line 1: Line 1:
{{Short description|Open-source web application framework}}
{{Short description|Open-source web application framework}}
{{distinguish|UNESCO ASPNet}}
{{distinguish|UNESCO ASPNet}}
{{for|its rewrite|ASP.NET Core}}
{{Infobox software
{{Infobox software
| name = ASP.NET (software)
| name = ASP.NET (software)
Line 6: Line 7:
| developer = [[Microsoft]]
| developer = [[Microsoft]]
| released = {{Start date and age|2002|1|5}}
| released = {{Start date and age|2002|1|5}}
| latest_release_version = 6
| latest_release_version = 4.8.1
| latest_release_date = {{Start date and age|2022|02|08}}<ref>{{cite web |title=.net download page|url=https://dotnet.microsoft.com/en-us/download/dotnet}}</ref>
| latest_release_date = {{Start date and age|2022|08|09}}<ref>{{cite web |title=.net framework download page|url=https://dotnet.microsoft.com/en-us/download/dotnet-framework/net481}}</ref>
| programming language = [[List of CLI languages|.NET languages]]
| programming language = [[List of CLI languages|.NET languages]]
| operating system = [[Microsoft Windows]], [[Linux]], [[macOS]]
| operating system = [[Microsoft Windows]], [[Linux]], [[macOS]]
| platform = [[Cross-platform]]
| platform = [[.NET Framework]]
| genre = [[Web framework]]
| genre = [[Web framework]]
| license = [[Proprietary software]]<ref>{{cite web|title=Microsoft .NET Framework Redistributable EULA|url=https://msdn.microsoft.com/en-us/library/ms994405.aspx|website=[[MSDN]]|publisher=[[Microsoft]]|access-date=February 28, 2015|archive-date=April 2, 2015|archive-url=https://web.archive.org/web/20150402161923/https://msdn.microsoft.com/en-us/library/ms994405.aspx|url-status=live}}</ref>
| license = [[Apache License 2.0]]
}}{{Infobox file format
}}{{Infobox file format
| name = ASP.NET (file format)
| name = ASP.NET (file format)
Line 35: Line 36:
}}
}}


'''ASP.NET''' is an [[Open-source software|open-source]],<ref>{{cite web|title=ASP.NET is part of a great open source .NET community|url=https://dotnet.microsoft.com/platform/open-source|date=May 14, 2013|website=Microsoft|publisher=[[Microsoft]]|url-status=live|archive-url=https://web.archive.org/web/20200511192623/https://dotnet.microsoft.com/platform/open-source|archive-date=May 11, 2020|access-date=May 11, 2020}}</ref> [[server-side scripting|server-side]] [[web-application framework]] designed for [[web development]] to produce [[dynamic web page]]s. It was developed by [[Microsoft]] to allow [[programmer]]s to build dynamic [[web site]]s, [[web application|applications]] and [[web service|service]]s. The name stands for Active Server Pages Network Enabled Technologies.
'''ASP.NET''' is a [[server-side scripting|server-side]] [[web-application framework]] designed for [[web development]] to produce [[dynamic web page]]s. It was developed by [[Microsoft]] to allow [[programmer]]s to build dynamic [[web site]]s, [[web application|applications]] and [[web service|service]]s. 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 [[List of CLI languages|.NET language]]. The ASP.NET [[SOAP]] extension framework allows ASP.NET components to process SOAP messages.
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 [[List of CLI languages|.NET language]]. The ASP.NET [[SOAP]] extension framework allows ASP.NET components to process SOAP messages.


ASP.NET's successor is [[ASP.NET Core]]. It 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 [[ASP.NET Razor|Razor]] pages) have merged into a unified MVC 6.<ref name="asp.net">{{cite web|title=Introduction to ASP.NET 5 — ASP.NET 0.0.1 documentation|url=http://docs.asp.net/en/latest/conceptual-overview/aspnet.html#unify|work=asp.net|url-status=live|archive-url=https://web.archive.org/web/20200508045123/https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-3.1|archive-date=May 8, 2020|access-date=May 11, 2020}}</ref>
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 [[ASP.NET Razor|Razor]] pages) have merged into a unified MVC 6.<ref name="asp.net">{{cite web|title=Introduction to ASP.NET 5 — ASP.NET 0.0.1 documentation|url=http://docs.asp.net/en/latest/conceptual-overview/aspnet.html#unify|work=asp.net|url-status=live|archive-url=https://web.archive.org/web/20200508045123/https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-3.1|archive-date=May 8, 2020|access-date=May 11, 2020}}</ref>


== Programming models ==
== Programming models ==
ASP.NET supports a number of programming models for building web applications:<ref>{{cite web |title=Choose between ASP.NET and ASP.NET Core |url=https://docs.microsoft.com/en-us/aspnet/core/choose-aspnet-framework?view=aspnetcore-2.1 |website=docs.microsoft.com |language=en-us}}</ref>
ASP.NET supports a number of programming models for building web applications:<ref>{{cite web |title=Choose between ASP.NET and ASP.NET Core |url=https://docs.microsoft.com/en-us/aspnet/core/choose-aspnet-framework?view=aspnetcore-2.1 |website=docs.microsoft.com |language=en-us}}</ref>
* [[ASP.NET Web Forms]] – A framework for building modular pages out of components, with UI events being processed server-side.
* [[ASP.NET Web Forms]] – A framework for building modular pages out of components, with UI events being processed server-side. This framework is not included in the ASP.NET Core versions; it only works in the "classic" ASP.NET, on Windows.
* [[ASP.NET MVC]] – allows for building web pages using the [[model–view–controller]] design pattern.
* [[ASP.NET MVC]] – allows building web pages using the [[model–view–controller]] design pattern.
* [[ASP.NET Web Pages]] – A lightweight syntax for adding dynamic code and data access directly inside HTML markup.<ref>{{cite web |title=ASP.NET Web Pages (Razor) FAQ |url=https://docs.microsoft.com/en-us/aspnet/web-pages/overview/getting-started/aspnet-web-pages-razor-faq#Whats_the_difference_between_ASP.NET_Web_Pages,_ASP.NET_Web_Forms,_and_ASP.NET_MVC |website=docs.microsoft.com |language=en-us}}</ref>
* [[ASP.NET Web Pages]] – A lightweight syntax for adding dynamic code and data access directly inside HTML markup.<ref>{{cite web |title=ASP.NET Web Pages (Razor) FAQ |url=https://docs.microsoft.com/en-us/aspnet/web-pages/overview/getting-started/aspnet-web-pages-razor-faq#Whats_the_difference_between_ASP.NET_Web_Pages,_ASP.NET_Web_Forms,_and_ASP.NET_MVC |website=docs.microsoft.com |language=en-us}}</ref>
* [[ASP.NET Web API]] – A framework for building [[Web API]]s on top of the [[.NET Framework]].<ref>{{cite web |title=Get Started with ASP.NET Web API 2 (C#) |url=https://docs.microsoft.com/en-us/aspnet/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api |website=docs.microsoft.com |language=en-us}}</ref>
* [[ASP.NET Web API]] – A framework for building [[Web API]]s on top of the [[.NET Framework]].<ref>{{cite web |title=Get Started with ASP.NET Web API 2 (C#) |url=https://docs.microsoft.com/en-us/aspnet/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api |website=docs.microsoft.com |language=en-us}}</ref>
Line 65: Line 66:


== Versions ==
== Versions ==
The ASP.NET releases history tightly correlates with the [[.NET Framework]] releases:
ASP.NET's release history tightly correlates with the [[.NET Framework]] releases:
<!--Template:Version - for version & release history. Documentation & examples: http://en.wikipedia.org/wiki/Template:Version-->
<!--Template:Version - for version & release history. Documentation & examples: http://en.wikipedia.org/wiki/Template:Version-->
{| class="wikitable sortable"
{| class="wikitable sortable"
Line 79: Line 80:
released together with [[Visual Studio .NET]]
released together with [[Visual Studio .NET]]
|
|
* [[Object-oriented]] Web application development supporting [[inheritance (computer science)|inheritance]], [[polymorphism in object-oriented programming|polymorphism]] and other standard OOP features
* [[Object-oriented]] Web application development supporting [[inheritance (object-oriented programming)|inheritance]], [[polymorphism in object-oriented programming|polymorphism]] and other standard OOP features
** Developers are no longer forced to use Server.CreateObject(...), so early-binding and type safety are possible.
** Developers are no longer forced to use Server.CreateObject(...), so early-binding and type safety are possible.
* Based on [[Microsoft Windows|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]])
* Based on [[Microsoft Windows|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]])
Line 137: Line 138:
* Incorporation of [[ASP.NET Dynamic Data]]
* Incorporation of [[ASP.NET Dynamic Data]]
* Support for controlling browser history in an ASP.NET AJAX application
* Support for controlling browser history in an ASP.NET AJAX application
* Ability to combine multiple JavaScript files into one file for more efficient downloading
* Ability to combine multiple [[JavaScript]] files into one file for more efficient downloading
* New namespaces System.Web.Abstractions and System.Web.Routing
* New namespaces System.Web.Abstractions and System.Web.Routing
|-
|-
Line 191: Line 192:
| April 11, 2017<ref name="lifecycle" />
| April 11, 2017<ref name="lifecycle" />
|{{Version |co |4.7 | sortKey=4.70}}
|{{Version |co |4.7 | sortKey=4.70}}
| Included in the Windows 10 Creators Update<ref>{{cite web|title=Announcing the .NET Framework 4.7|url=https://blogs.msdn.microsoft.com/dotnet/2017/04/05/announcing-the-net-framework-4-7/}}</ref>
| Included in the Windows 10 Creators Update<ref>{{cite web|title=Announcing the .NET Framework 4.7|date=5 April 2017 |url=https://blogs.msdn.microsoft.com/dotnet/2017/04/05/announcing-the-net-framework-4-7/}}</ref>
|
|
* operating system support for TLS protocols
* operating system support for TLS protocols
Line 197: Line 198:
| October 17, 2017<ref name="lifecycle" />
| October 17, 2017<ref name="lifecycle" />
|{{Version |co |4.7.1 | sortKey=4.71}}
|{{Version |co |4.7.1 | sortKey=4.71}}
| Included in the Windows 10 Fall Creators Update.<ref>{{cite web|title=Announcing the .NET Framework 4.7.1|url=https://blogs.msdn.microsoft.com/dotnet/2017/10/17/announcing-the-net-framework-4-7-1/}}</ref>
| Included in the Windows 10 Fall Creators Update.<ref>{{cite web|title=Announcing the .NET Framework 4.7.1|date=17 October 2017 |url=https://blogs.msdn.microsoft.com/dotnet/2017/10/17/announcing-the-net-framework-4-7-1/}}</ref>
|
|
* Improved accessibility
* Improved accessibility
Line 207: Line 208:
|
|
|-
|-
| April 18, 2019<ref name="lifecycle" />
| August 09, 2022<ref name="lifecycle" />
|{{Version |c |4.8 | sortKey=4.80}}
|{{Version |c |4.8.1 | sortKey=4.80}}
| Released<ref>{{cite web|title=Announcing the .NET Framework 4.8|url=https://devblogs.microsoft.com/dotnet/announcing-the-net-framework-4-8/}}</ref>
| Released<ref>{{cite web|title=Announcing the .NET Framework 4.8|date=18 April 2019 |url=https://devblogs.microsoft.com/dotnet/announcing-the-net-framework-4-8/}}</ref>
|
|
* JIT and NGEN Improvements
* JIT and NGEN Improvements
Line 227: Line 228:


== Other implementations ==
== Other implementations ==
The [[Mono (software)|Mono]] Project supports "everything in .NET 4.5 except [[Windows Presentation Foundation|WPF]], [[Windows Workflow Foundation|WWF]], and with limited [[Windows Communication Foundation|WCF]] and limited ASP.NET 4.5 async stack."<ref name="monoproject">{{cite web|title=Compatibility &#124; Mono |url=http://www.mono-project.com/docs/about-mono/compatibility/ |website=Compatibility &#124; Mono |access-date=29 August 2016 |archive-url=https://web.archive.org/web/20160702192925/http://www.mono-project.com/docs/about-mono/compatibility/ |archive-date=2 July 2016 |date=8 September 2015 |url-status=live }}</ref> ASP.NET can be run with Mono using one of three options: [[Apache HTTP Server|Apache]] hosting using the [[mod_mono]] module, [[FastCGI]] hosting, and [[XSP (software)|XSP]].
The [[Mono (software)|Mono]] Project supports "everything in .NET 4.7 except [[Windows Presentation Foundation|WPF]], [[Windows Workflow Foundation|WWF]], and with limited [[Windows Communication Foundation|WCF]] and limited ASP.NET 4.7 async stack."<ref name="monoproject">{{cite web|title=Compatibility &#124; Mono |url=http://www.mono-project.com/docs/about-mono/compatibility/ |website=Compatibility &#124; Mono |access-date=29 August 2016 |archive-url=https://web.archive.org/web/20160702192925/http://www.mono-project.com/docs/about-mono/compatibility/ |archive-date=2 July 2016 |date=8 September 2015 |url-status=live }}</ref> ASP.NET can be run with Mono using one of three options: [[Apache HTTP Server|Apache]] hosting using the [[mod_mono]] module, [[FastCGI]] hosting, and [[XSP (software)|XSP]].

== See also ==
*[[ELMAH]] (Error Logging Modules and Handlers), an ASP.NET debugging tool


== References ==
== References ==
Line 244: Line 248:
|year = 2005
|year = 2005
|publisher = Apress
|publisher = Apress
|ISBN = 1-59059-496-7
|isbn = 1-59059-496-7
|url-access = registration
|url-access = registration
|url = https://archive.org/details/proaspnet20inc200000macd
|url = https://archive.org/details/proaspnet20inc200000macd
Line 250: Line 254:


== External links ==
== External links ==
{{Wikibooks}}
{{Prone to spam|date=June 2012}}
{{Prone to spam|date=June 2012}}
<!-- {{No more links}}
<!-- {{No more links}}
Line 266: Line 271:


-->
-->
* {{Official website|asp.net}}
{{Wikibooks}}
* {{curlie|Computers/Programming/Internet/ASP/ASP.NET/}}
* {{Official|asp.net}}
* {{dmoz|Computers/Programming/Internet/ASP/ASP.NET/}}
* [http://msdn.microsoft.com/asp.net/ ASP.NET] on [[MSDN]]
* [http://msdn.microsoft.com/asp.net/ ASP.NET] on [[MSDN]]
* [http://www.codeproject.com/KB/aspnet/Whatis_New_ASP_Net_4.aspx Some of new features in ASP.NET 4 and vs 2010 IDE]
* [http://www.codeproject.com/KB/aspnet/Whatis_New_ASP_Net_4.aspx Some of new features in ASP.NET 4 and vs 2010 IDE]
Line 277: Line 281:
{{Microsoft FOSS}}
{{Microsoft FOSS}}
{{Web frameworks}}
{{Web frameworks}}
{{Authority control}}


{{DEFAULTSORT:Asp.Net}}
{{DEFAULTSORT:Asp.Net}}

Latest revision as of 04:39, 16 May 2024

ASP.NET (software)
Developer(s)Microsoft
Initial releaseJanuary 5, 2002; 22 years ago (2002-01-05)
Stable release
4.8.1 / August 9, 2022; 22 months ago (2022-08-09)[1]
Repository
Written in.NET languages
Operating systemMicrosoft Windows, Linux, macOS
Platform.NET Framework
TypeWeb framework
LicenseProprietary software[2]
Websitedotnet.microsoft.com/en-us/apps/aspnet Edit this on Wikidata
ASP.NET (file format)
Filename extension.aspx, .cshtml, .vbhtml
Internet media type
text/html
Developed byMicrosoft

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[edit]

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

  • ASP.NET Web Forms – A framework for building modular pages out of components, with UI events being processed server-side. This framework is not included in the ASP.NET Core versions; it only works in the "classic" ASP.NET, on Windows.
  • ASP.NET MVC – allows building web pages using the model–view–controller design pattern.
  • ASP.NET Web Pages – A lightweight syntax for adding dynamic code and data access directly inside HTML markup.[5]
  • ASP.NET Web API – A framework for building Web APIs on top of the .NET Framework.[6]
  • ASP.NET WebHooks – Implements the Webhook pattern for subscribing to and publishing events via HTTP.
  • SignalR – A real-time communications framework for bi-directional communication between client and server.

Other ASP.NET extensions include:

  • ASP.NET Handler – Components that implement the System.Web.IHttpHandler interface. Unlike ASP.NET Pages, they have no HTML-markup file, no events and other supporting. All they have is a code-file (written in any .NET-compatible language) that writes some data to the server HTTP response. HTTP handlers are similar to ISAPI extensions.
  • ASP.NET AJAX – An extension with both client-side as well as server-side components for writing ASP.NET pages that incorporate Ajax functionality.
  • ASP.NET Dynamic Data – A scaffolding extension to build data driven web applications.

IIS integrated pipeline[edit]

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[edit]

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[edit]

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

Date Version Remarks New ASP.NET related features
January 16, 2002 Old version, no longer maintained: 1.0 First version

released together with Visual Studio .NET

  • Object-oriented Web application development supporting inheritance, polymorphism 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, 2003 Old version, no longer maintained: 1.1 released together with Windows Server 2003

released together with Visual Studio .NET 2003

  • Mobile controls
  • Automatic input validation
November 7, 2005 Old version, no longer maintained: 2.0

codename Whidbey
released together with Visual Studio 2005 and Visual Web Developer Express
and SQL Server 2005

  • 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, 2006 Old version, no longer maintained: 3.0 Released with Windows Vista
November 19, 2007 Old version, no longer maintained: 3.5 Released with Visual Studio 2008 and Windows 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, 2008 Old version, no longer maintained: 3.5 Service Pack 1 Released 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, 2010 Old version, no longer maintained: 4.0 Released with Visual Studio 2010

Parallel extensions and other .NET Framework 4 features

The two new properties added in the Page class are MetaKeyword and MetaDescription.

August 15, 2012 Old version, no longer maintained: 4.5 Released with Visual Studio 2012 and Windows Server 2012 for Windows 8

Parallel extensions and other .NET Framework 4.5 features

October 17, 2013 Old version, no longer maintained: 4.5.1 Released with Visual Studio 2013[8] for Windows Server 2012 R2 and Windows 8.1
May 5, 2014[9] Older version, yet still maintained: 4.5.2
  • Higher reliability HTTP header inspection and modification methods
  • New way to schedule background asynchronous worker tasks
July 20, 2015[9] Older version, yet still maintained: 4.6 Released[10] with Visual Studio 2015[11] and EF 7 Previews for Windows Server 2016 and Windows 10
  • HTTP/2 support when running on Windows 10
  • More async task-returning APIs
November 30, 2015[9] Older version, yet still maintained: 4.6.1
August 2, 2016[9] Older version, yet still maintained: 4.6.2
  • Improved async support (output-cache and session providers)
April 11, 2017[9] Older version, yet still maintained: 4.7 Included in the Windows 10 Creators Update[12]
  • operating system support for TLS protocols
October 17, 2017[9] Older version, yet still maintained: 4.7.1 Included in the Windows 10 Fall Creators Update.[13]
  • Improved accessibility
  • Value tuple types serialization
  • SHA-2 support
April 30, 2018[9] Older version, yet still maintained: 4.7.2
August 09, 2022[9] Current stable version: 4.8.1 Released[14]
  • JIT and NGEN Improvements
  • Updated ZLib
  • Reducing FIPS Impact on Cryptography
  • Accessibility Enhancements for WinForms
  • Service Behavior Enhancements for WCF
  • High DPI Enhancements, UIAutomation Improvements for WPF
November 18, 2015 Old version, no longer maintained: 5 RC1 This version was later separated from ASP.NET and brought into a new project called ASP.NET Core, whose versioning started at 1.0.[15] An entirely new project with different development tenets and goals
Legend:
Old version
Older version, still maintained
Latest version
Latest preview version
Future release

Other implementations[edit]

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[edit]

  • ELMAH (Error Logging Modules and Handlers), an ASP.NET debugging tool

References[edit]

Citations[edit]

  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[edit]

External links[edit]