Entity Framework Core with ASP.NET CORE MVC

preview_player
Показать описание
Entity Framework Core also called as EF Core is an Object Relational Mapper that simplifies working with relational databases using .Net Core Object Models.

EF CORE is an open-source, full-fledged, extensible and cross-platform ORM.
In this Video we will Create a Database using Entity Framework Core Code First Approach in a ASP.NET CORE Project using MVC.

This is the sixth video in the series on Creating a Dynamic Home Page For ONLINE ESHOP using ASP.Net Core as our server and SQL Server as Back End.

We will be using Entity Framework Core code first approach to connect to the SQL Server database.

Eager Loading is used in this video to load the child entities through EF CORE.

We have configured EF CORE to create one to one relationship between the parent and child tables in this project module.

You will learn how to use the ASP.Net Core dependency injection to provide the SQL Connection String to the EF CORE.

WE will be saving ESHOP Index Page to a SQL SERVER Database and then we will load it using EF CORE from the SQL SERVER database using Code First Approach.
Рекомендации по теме
Комментарии
Автор

​Dear All, Have uploaded the Index.html and supporting images to github.
please feel to post your comments and suggestions about my channel and videos. Thank You.

CodeSbyAniz
Автор

Very Good Explanation. Waiting for lazy loading. Thanks

melisarafoles