Complete guide to Entity Framework Core

Work with a database from your .NET Core application

Ratings: 4.51 / 5.00




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

What You Will 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.

Who Should Attend!

  • Beginner to Advanced .NET developers