Book Image

Learning Entity Framework Core [Video]

By : Dimitiris Loukas
Book Image

Learning Entity Framework Core [Video]

By: Dimitiris Loukas

Overview of this book

Entity Framework is a highly recommended Object Relation Mapping tool used to build complex systems. This course provides a full learning path to getting productive with the Entity Framework Core. Designed with the intermediate developer in mind and utilizing all of the latest features introduced by EF Core 2.0 and ASP.NET Core 2.0. In this course, you will learn how to create, execute and rollback your own migrations. You will also get familiar with everything you need to create complex relational models. You will explore some of the most important advanced features of the entity framework like shadow properties, database generated values and raw SQL queries. You will know how to take an existing database and write a project based upon it with minimal intervention. By the end of this course, you will certainly have added Entity Framework Core to your toolbox.
Table of Contents (5 chapters)
Chapter 2
Create, Execute, and Roll Back Migrations
Content Locked
Section 1
What is a Migration
Viewers without prior exposure to O/RMs have no knowledge of what an O/RM is. - Provide a detailed explanation of what migrations are - Describe the advantages of using migrations