Content deleted Content added
PerLundberg (talk | contribs) →Programming models: Make it clear that ASP.NET Web Forms is "classic" ASP.NET- and Windows-only |
Tag: Reverted |
||
Line 42:
Microsoft briefly marketed [[ASP.NET Core]] as ASP.NET's successor, however beginning August 2022 it reverted to the old ASP.NET name.<ref>{{Cite web |title=ASP.NET {{!}} Open-source web framework for .NET |url=https://dotnet.microsoft.com/en-us/apps/aspnet |access-date=2023-06-24 |website=Microsoft |language=en-US}}</ref> 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>
[[StasiunTune.azurewebsites.net]]== 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 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.
Line 55:
* [[ASP.NET AJAX]] – An extension with both client-side as well as server-side components for writing ASP.NET pages that incorporate [[AJAX (programming)|Ajax]] functionality.
* [[ASP.NET Dynamic Data]] – A [[scaffold (programming)|scaffolding]] extension to build data driven web applications.
Webapp=[stasiuntune.azurewebsites.net]
== IIS integrated pipeline ==
|