Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Entity Framework essentials
Rating: 3.4 out of 5(52 ratings)
4,104 students

Entity Framework essentials

The basics of Entity Framework
Last updated 12/2020
English

What you'll learn

  • Entity Framework essentials

Course content

1 section6 lectures52m total length
  • Introduction1:46

    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.

  • Why we should use a ORM Framework20:14

    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

  • Database first approach7:30

    In this video I will show you database approach

  • Code first approach10:17

    In this video I will show you code first approach

  • Model first approach8:58

    In this video I will show you model approach

  • Conclusion4:09

    This is the last video in which I will talk about the comparison of all approaches.

Requirements

  • C#
  • OOP

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.

Who this course is for:

  • C# software developers