Entity Framework Code First ASP.Net – C#

IntCoder

This video will show you how to setup entity framework using code first approach in ASP.net by using C#.

What you will learn.
1 – Set Up Entity Framework on Visual Studios
2- Code First Approach Entity Framework 6.0
3 – Create Code First objects in c#
4 – Create database and objects by using code first approach.
5- Update code objects and push changes to database.

Chapters:
00:00 Set up Entity Framework
08:16 Add Tables to Database using Code First Approach (Coding)
14:27 Query data from Database using Entity Framework
16:29 Update Tables and classes.

Code:
https://github.com/intC0der/EntityFrameworkSetup

#entityframework #visualstudios