it:ad:asp.net:core:home

IT:AD:ASP.NET Core

People are Pissed: * https://www.infoq.com/news/2017/05/ASPNET-Core-2

ASP.NET Core is the new name for 5 as per: * http://www.hanselman.com/blog/ASPNET5IsDeadIntroducingASPNETCore10AndNETCore10.aspx

ASP.Core RTM (release) will be available by the end of June 2016: * https://blogs.msdn.microsoft.com/dotnet/2016/05/06/net-core-rc2-improvements-schedule-and-roadmap/

  • ASP.NET Core is compatible with both .NET Core and (on Windows only) the .NET Framework.
    • When deployed on .NET Core, the runtime is deployed with the application, rather than having a dependency on a system component.
      • This approach means:
        • there is less risk that an operating system update will break the application.
        • developers working on the framework itself have more freedom to make changes without breaking deployed applications.
        • But also servicing is harder since you cannot rely on operating system updates if, for example, a security problem is found in .NET Core.
          • Microsoft has said it will come up with solutions to the servicing issue but it is not yet clear how this will be handled.
  • /home/skysigal/public_html/data/pages/it/ad/asp.net/core/home.txt
  • Last modified: 2023/11/04 03:37
  • by 127.0.0.1