ASP.NET Core: Difference between revisions

Content deleted Content added
New ASP.NET Core 5, not to be confused with older (subject title I see here): "ASP.NET 5 is dead - Introducing ASP.NET Core 1.0 and .NET Core 1.0". Note, .NET Core itself has been renamed to just .NET, and for Blazor dropping some support for older web browsers (those still fully supported if Blazor not used?). New version is up to 36% faster, or even 44.6% (both througput ratios), while the latter has 66.7% latency reduction (do those numbers match?). Some stuff needs to be filled in.
refspam
Line 38:
The framework is a complete rewrite that unites the previously separate [[ASP.NET MVC]] and [[ASP.NET Web API]] into a single [[programming model]].
 
Despite being a new framework, built on a new web stack, it does have a high degree of concept compatibility with ASP.NET. ASP.NET Core applications supports side by side versioning in which different applications, running on the same machine, can target different versions of ASP.NET Core. This is not possible with previous versions of ASP.NET. Developers can build new web applications by following the MVC architectural pattern and can create a new project in MS Visual Studio 2019 by using ASP.NET Core Web Application template.<ref name="Reasons to Choose the ASP.Net Core for Web Development">{{cite web |title=Reasons to Choose the ASP.Net Core for Web Development |url=https://vofoxsolutions.com/reasons-to-choose-asp-net-core-for-web-development/ |website=Vofox solutions |publisher=Vofox |accessdate=21 November 2019}}</ref>
 
[[Blazor]] is a recent (optional) component to support [[WebAssembly]] and since version 5.0 it's dropping 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]] are 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>