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 3
Create Models and Connect Them Through Relationships
Content Locked
Section 4
Including and Excluding Properties
Sometimes there are properties that you need in the model but not in the database. - Use the [NotMapped] attribute indicate that the field should not be included