0005 - ASP.NET MVC Core & Entity Framework tutorial

Опубликовано: 12 Май 2026
на канале: clouddeveloper.io
1,342
12

Title: ASP.NET MVC Core & Entity Framework tutorial

Walk through of building a simple Contacts application using ASP.NET MVC Core application and using Entity Framework Core with SQL Server 2016 Express edition to connect and display basic information.

This video covers the basics of how to add the Entity Framework Core for SQL server NuGet package and doing the bare minimum in order to establish a connection to the newly created SQL Database along with the steps required in order to create the Database Context as well as the basic model object to read the information and display it on a web page.

#aspnet #dotnetcore #entityframework #sql