-
Getting Started with EF Core on ASP.NET Core with a New database
https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/index?view=aspnetcore-2.1
-
ASP.NET Core MVC with EF Core - tutorial series
Este tutorial esta descontinuado y ese recomiendan usar este "Get started with Razor Pages in ASP.NET Core"
https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/index?view=aspnetcore-2.1
-
Get started with Razor Pages in ASP.NET Core
-
Create a web app with ASP.NET Core MVC on Windows with Visual Studio
https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/?view=aspnetcore-2.1
-
Complete the following steps in IIS Manager to remove the IIS static file handler at the server or website level:
Navigate to the Modules feature. Select StaticFileModule in the list. Click Remove in the Actions sidebar
-
See ViewModel vs ViewData vs ViewBag vs TempData vs Session in MVC