Learning Entity Framework Core from scratch for building efficient and secure web applications
About This Video
Get introduced to Entity Framework Core features in the concept of ASP.NET Core applications
Learn to work with migrations in Entity Framework Core
Explore the advanced Entity Framework Core features like raw SQL, seeding, and authentication.
In Detail
Entity Framework is a highly recommended Object Relation Mapping tool used to build …
Learning Entity Framework Core
Video description
Learning Entity Framework Core from scratch for building efficient and secure web applications
About This Video
Get introduced to Entity Framework Core features in the concept of ASP.NET Core applications
Learn to work with migrations in Entity Framework Core
Explore the advanced Entity Framework Core features like raw SQL, seeding, and authentication.
In Detail
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.
Audience
This course is for developers who haven’t worked with Entity Framework Core. Prior exposure to C# is required to understand the course. This course is also for developers who have worked with ORMs in other languages and want to move to Entity Framework Core.
Chapter 2 : Create, Execute, and Roll Back Migrations
What is a Migration
Our First Migration
Updating a Table
Rolling Back
An Alternative: The Command Prompt
Chapter 3 : Create Models and Connect Them Through Relationships
Restricting Length
Setting a Primary Key
Unique Fields
Including and Excluding Properties
Database Generated Values
Shadow Properties
Relationships: One to One
Relationships: One to Many
Relationships: Many to Many
Chapter 4 : Performing Querying Operations
Reading from the Database
Reading with LINQ
More CRUD Operations
Loading Strategies
Eager Loading
Query Object Pattern
Chapter 5 : Advanced EF Core
Seeding the Database
Working with Transactions
Raw SQL Queries
Handling Concurrency
Working with an Existing Database
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept