ASP.NET Core: Difference between revisions

Content deleted Content added
Improved the usage of the terms, .NET, and .NET Core, in various places. .NET Core has been renamed to ".NET". Only the previous versions (1-3) are called ".NET Core" by Microsoft.
m reword sentence for readability
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. The ASP.NET Core applicationsframework supports side -by -side versioning inso whichthat different applications, runningbeing developed on thea samesingle machine, can target different versions of ASP.NET Core. This is not possible with previous versions of ASP.NET.
 
[[Blazor]] is a recent (optional) component to support [[WebAssembly]] and since version 5.0 it is 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>