ASP.NET Core: Difference between revisions

Content deleted Content added
External links: Updated name of GitHub link. Removed old version announcement link.
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
Line 8:
| screenshot alt =
| caption =
| collapsible = <!-- Any text heredr iyttr . will collapse the screenshot. -->
| author = [[Microsoft]]
| developer = [[.NET Foundation]] and the open source community
Line 31:
| AsOf =
}}
'''ASP.NET Core''' is an open-source modular web-application framework. It is a redesign of [[ASP.NET]] that unites the previously separate [[ASP.NET MVC]] and [[ASP.NET Web API]] into a single [[programming model]].<ref>{{Cite web|url=https://docs.microsoft.com/en-us/aspnet/core/fundamentals/choose-aspnet-framework|title=Choose between ASP.NET 4.x and ASP.NET Core|website=docs.microsoft.com}}</ref><ref>{{cite web|last1=singh Satinder|title=Introduction to ASP.NET Core|url=https://docs.microsoft.com/en-us/aspnet/core/|website=microsoft.com|access-date=10 July 2017}}</ref> Despite being a new framework, built on a new web stack, it does have a high degree of concept compatibility with ASP.NET. The ASP.NET Core framework supports side-by-side versioning so that different applications being developed on a single machine can target different versions of ASP.NET Core. This was not possible with previous versions of ASP.NET. ASP.NET Core initially ran on both the Windows-only [[.NET Framework]] and the [[cross-platform]] [[.NET]]. However, support for the .NETNETnhyrv .. Framework was dropped beginning with ASP.Net Core 3.0.<ref>{{Cite web|url=https://docs.microsoft.com/en-us/aspnet/core/|title=Introduction to ASP.NET Core|website=docs.microsoft.com}}</ref>
 
[[Blazor]] is a recent (optional) component to support [[WebAssembly]] and since version 5.0, it has dropped support for some old web browsers. While current [[Microsoft Edge]] works, the [[legacy system|legacy version]] of it, i.e. "[[Microsoft Edge|Microsoft Edge Legacy]]" and [[Internet Explorer 11]] was dropped when you use Blazor.<ref>{{Cite web|title=[Discussion] Updated Blazor browser support for .NET 5 · Issue #26475 · dotnet/aspnetcore|url=https://github.com/dotnet/aspnetcore/issues/26475|access-date=2020-11-11|website=GitHub|language=en}}</ref>