What's Entity Framework Core?
Entity Framework Core is an Object-Relational Mapper that simplifies mapping between using strongly-typed .NET objects in your code to the tables and columns of a relational database.
Entity Framework features
- It provides auto-generated code.
- It reduces development time.
- It reduces development costs.
- It enables developers to visually design models and mapping of databases.
- It provides the capability of programming a conceptual model.
Read more at Entity Framework overview
Course Info
- Course Level: Beginner.
- The Number of videos: 5 videos.
- Published Date: 23/09/2019.
- Course Platform: Microsoft.
- Author: Cam Soper.
Start Learning
In this video series, you will
- Get started with Entity Framework, building an ASP.NET Core Web Apps with EF Core, and performance tips to help you along the way!
- Work with an existing database.
- Asp.Net core web Apps with EF core.
- Database Providers.
- Performance Tests.
To open the course playlist, Please, click on the Playlist button at the top right corner on the video window!
Learn more about Entity Framework Core