Entity Framework essentials, The basics of Entity Framework.
Course Description
In this video course, I propose to look at the basic approaches in the Entity Framework. I will show these approaches as simple as possible. Usually, tutorials explain more complex things, skipping the simplest, but I will show everything as simple as possible.
The course has the following structure:
First video intro.
In the second video I show all the negative aspects of developing without using a framework.
In the third video, I show the Database first approach.
In the fourth video, I show the Code first approach.
In the fifth video, I show the Model first approach.
In the last video, I discuss the benefits of each approach.