Subscribe to Udemy’s top courses
Get this course, plus 12,000+ of our top-rated courses, with Personal Plan. Learn moreEntity Framework Core - A Full Tour
Learn how to use and take advantage of the full feature set of Entity Framework Core in your .NET Core applications.
Product Brand: Udemy
4.6
Entity Framework Core – A Full Tour Coupon. Learn how to use and take advantage of the full feature set of Entity Framework Core in your .NET Core applications.
Created by Trevoir Williams | 10.5 hours on-demand video course
Entity Framework Core – A Full Tour
In this Entity Framework Core – A Full Tour Course, you will learn to work with data in your .NET applications. When courses are created for .NET technologies, the details of Entity Framework and its sheer power are often neglected. We get distracted with abstractions and layers and need to focus on what Entity Framework is doing and can do.
In this course, we will review the general benefits of using Entity Framework Core, which is Microsoft’s flagship Object Relational Mapper (ORM), to relieve you of many concerns and challenges that come with this component of software development. We will also discover how EF Core translates classes and references to Database Models and Relationships.
What you’ll learn
- Entity Framework Core – In depth
- Understand the differences between database-first and code-first workflows
- Use migrations to manage changes to your database
- Apply best practices with Entity Framework
- Query data using LINQ (using query syntax and extension methods)
- Use Fluent API To Manage Constraints and Design
- Implement Database Relationships
- Understand Change Tracking
- Conduct RAW SQL Queries
- Execute Stored procedures, Functions, View Queries
Recommended Course
C# Console and Windows Forms Development w/ Entity Framework Coupon
C# Console and Windows Forms Development w/ Entity Framework Best seller
The Ultimate T-SQL and Microsoft SQL Server Bootcamp Coupon
The Ultimate T-SQL and Microsoft SQL Server Bootcamp
Who this course is for:
- Students who want to learn Entity Framework in a hands on way.
- Students who want to learn how EF Core works without the distractions of patterns and a UI