Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.12 KB

File metadata and controls

29 lines (23 loc) · 1.12 KB
title author description ms.author ms.date uid
Migration to ASP.NET Core
rick-anderson
Provides guidance on migrating various aspects of ASP.NET 4.x to ASP.NET Core.
riande
05/04/2018
migration/index

Migration to ASP.NET Core

ASP.NET to ASP.NET Core

  • Migrate from ASP.NET to ASP.NET Core
  • Migrate from ASP.NET MVC to ASP.NET Core MVC
  • Migrate from ASP.NET Web API to ASP.NET Core Web API
  • Migrate configuration
  • Migrate authentication and Identity
  • Migrate ClaimsPrincipal.Current usage
  • Migrate ASP.NET Membership to ASP.NET Core Identity
  • Migrate HTTP modules to middleware

ASP.NET Core 1.x to 2.0

  • Migrate from ASP.NET Core 1.x to 2.0
  • Migrate authentication and Identity

ASP.NET Core 2.0 to 2.1

  • Migrate from ASP.NET Core 2.0 to 2.1