|
via Udemy |
Go to Course: https://www.udemy.com/course/entity-framework-core-tutorial/
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 modelApply migrations to your database to apply your code model to your databaseConfigure your database using data annotations and a fluent APIWork with LINQ to perform database queriesCreate a repository layer to manage your queries in codeAdd, update and delete your database objects