-
Course
- Core Tech
Entity Framework Core 2: Getting Started
This course helps those with experience in earlier versions of EF and EF Core, and developers completely new to Entity Framework. Learn how to build data models with EF Core and use EF Core to let your software interact with data in your databases.
What you'll learn
Entity Framework Core 2 is the newest version of Microsoft's O/RM for performing database persistence in .NET-based software. EF Core is a lightweight and extensible version of Entity Framework that has been written from the ground up. Whether you are new to EF Core or looking to see how to shift your earlier EF experience to EF Core, this course can help you get started. First, you'll learn how to define an EF Core data model to act as a bridge between your .NET objects and your database. You'll then learn how to interact with the data model using EF Core's various APIs. Finally, you'll be shown how to incorporate this model into a desktop application based on the .NET Framework and a cross-platform ASP.NET Core MVC application. By the end of this course, you will be able to build .NET framework, or .NET Core software using EF Core 2. All coding will be done in Visual Studio 2017 in a Windows environment.
Table of contents
- Version Check | 15s
- Introduction and Overview | 5m 3s
- What Is Entity Framework Core? | 6m 39s
- Where You Can Build and Run Apps with EF Core 2 | 3m 57s
- How EF Core Works | 6m 29s
- The Path From EF6 to EF Core to EF Core 2 | 2m 18s
- EF Core 2 New Features | 4m 38s
- Looking Ahead to EF Core 2.1 and Beyond | 2m 11s
- Review and Resources | 1m 8s
About the author
Julie Lerman is a Microsoft MVP, .NET mentor and consultant who lives in the hills of Vermont. You can find Julie presenting on data access and other Microsoft .NET topics at user groups and conferences around the world. Julie is the author of the highly acclaimed "Programming Entity Framework (with a second edition coming soon) and authors the MSDN Magazine Data Points column.
More Courses by Julie