Tuesday, January 17, 2017

.Net Core Business Reasons

.Net Core Business Reasons

  1. 2017-01 Scott Hanselman
    1. If you want to create an ASP.NET Core application that is cross platform;
    2. If want to take advantage of building container applications;
    3. If you want to break free of global installation with side-by-side versions of .NET Core;
    4. If you want superior performance.
      1. http://developer.telerik.com/topics/net/the-net-core-2-wave/
  2. Choosing between .NET Core and .NET Framework for server apps

    1. You have cross-platform needs.
    2. You are targeting microservices.
    3. You are using Docker containers.
    4. You need high performance and scalable systems.
    5. You need side by side of .NET versions by application.
      1. https://docs.microsoft.com/en-us/dotnet/articles/standard/choosing-core-framework-server

No comments:

Post a Comment