More and more users are switching to the .NET core framework these days. ASP.NET Core is a cross-platform framework for building modern applications. It offers many advantages over the traditional ASP.NET with many out-of-the-box features, such as dependency injection, which is suited for containers and those who want high performance.Â
For more on ASP.NET Core and its benefits, visit http://bit.ly/2P0vMfn.
In this recipe, we will create a simple ASP.NET Core web app and deploy it into Azure App Service.Â