Building and Migrating .NET Core Libraries
For ASP.NET developers .NET Core increases the number of hosting options available for ASP.NET applications. In this course you’ll learn how to build and package a .NET Core library migrate an existing library to .NET Core and build and migrate .NET Core Libraries beginning with how to package code into a NuGet package and distribute it how to use the pack command to share libraries and how to add a packages folder to a project. Then you’ll explore how to push to a local package source and how to migrate code from .NET Framework to .NET Core. Finally you’ll discover terms and standards for migration the basic process of porting code and how to replace code that uses unported APIs. This course was originally created by Global Knowledge (GK).