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 4
Performing Querying Operations
Content Locked
Section 4
Loading Strategies
Loading strategies are important for loading related data through navigation properties. - Learn about the need for loading strategies - Show examples of explicit loading with Reference and Collection - Mention that Lazy Loading is not yet supported by EF Core