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
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
English [Auto],

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

    Map your .NET app to databases with energy framework, keep models in sync with migrations, and build API projects using entity framework, data annotations, fluent API, repository layer, and LINQ.

  • About Me - Scott Noel1:58

    Introduces his twenty-year tech career, from early programming to an electrical engineering master's and MBA, highlighting work with NASA and the US Navy and using energy framework to build applications.

  • How to use this course1:07

    Follow along with the instructor and complete exercises to maximize learning, since environments may differ. When stuck, search Google or Stack Overflow and ask questions within seven days for help.

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