Entity Framework Core and LINQ for Beginners Step-by-Step
- 3.9
Brief Introduction
Everything you need to know to begin using Entity Framework Core in your .NET Core ApplicationsDescription
This course covers everything you need to know to begin using Entity Framework Core in your .NET Core applications.
Get the skills needed to quickly ramp up both new and existing applications to start using Entity Framework Core.
Code-First
Database-First
Migrations
LINQ Queries
LINQ Extension Methods
Application Architecture Benefits and Drawbacks
Learn only what is necessary
This course is NOT the most comprehensive course available for Entity Framework Core - it isn't supposed to be. This course is designed to get you up and running with Entity Framework Core as fast as possible by only teaching what is necessary to start using the technology RIGHT NOW!
Course Content
Set up your local development environment
The most important pieces of Entity Framework Core and the necessary parts of the .NET Core Framework
Entity Framework Core Workflows
How to use Entity Framework Core for data access and manipulation in real-world scenarios
How to use LINQ with Entity Framework Core
How to design applications when using Entity Framework Core as your data access technology
Requirements
- Requirements
- Know and understand C#