Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Complete guide to Entity Framework Core
Highest Rated
Rating: 4.5 out of 5(70 ratings)
337 students

Complete guide to Entity Framework Core

Work with a database from your .NET Core application
Created byScott Noel
Last updated 12/2020
English

What you'll learn

  • This course will introduce you to EF Core particularly in building web and API applications. This course focuses on the code first approach and will show you how to manage a database with EF, create data models, and perform complex tasks with EF.

Course content

9 sections50 lectures4h 20m total length
  • Introduction2:19
  • About Me - Scott Noel1:58
  • How to use this course1:07

Requirements

  • Familiarity with the C# language and basic relational database skills. Ideally working knowledge of an IDE such as Visual Studio

Description

This course is a complete guide to Entity Framework Core.  Whether your are a beginner or more advanced this course is for you.   In this course you will learn the following.

  • Use a code first approach to create a database model

  • Apply migrations to your database to apply your code model to your database

  • Configure your database using data annotations and a fluent API

  • Work with LINQ to perform database queries

  • Create a repository layer to manage your queries in code

  • Add, update and delete your database objects

Who this course is for:

  • Beginner to Advanced .NET developers