
In this video curse I am going to introduce your entity framework essentials.
This course is intended for those who have just started learning C # and already know basics and object-oriented programming. You have to installed Microsoft SQL Server and Microsoft visual studio.
I will explore three approaches to how a framework works. This course will consist of five parts.
In the first part I going to show you what is the entity framework, how it works. What are the advantages of using it.
Int the second, third, fourth parts I will show you database, code first and model first approaches.
In the fifth part I going to show advantages of each parts of those approaches.
After this lesson you will know how to connect you application to database also you should know 3 reasons why you can't use connection without an ORM framework
In this video I will show you database approach
In this video I will show you code first approach
In this video I will show you model approach
This is the last video in which I will talk about the comparison of all approaches.
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.