Skip to content

letsdocoding/efcore-definitive-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EntityFramework Core - The most Definitive Course

Welcome to the EFCore The Most Definitive Course.

PS: THIS DOCUMENT IS WIP.

Why this couse

Well there is plenty of stuff available on the internet, one immediate question is why this. Well, most of the stuff available targets individual or isolated cases, and where the details are covered in length, many target the hello world cases or this cases which are far from practical reality.

  1. We target for Production Ready and Enterprise Ready application
  2. We start from the very basics, starting from the console and slowly build the knowledge.
  3. DAL Framework is one of the major area, which many do not cover, This has been covered in detail with specifics on what and why
  4. there are many advanced topics that are not available or sparsely available. Plan is to include and cover those with PRACTICAL examples.
  5. its evolving.
  6. And this is totally free. I initially intended it for Udemy, but later shifted targets to YouTube for wider availability.

Version Target

At the time of publishing of the videos the targeted GA version is 5.0.8 and 6 is planned sometime in November. However most of the stuff will remain valid for EF6 as well. We shall be covering the new features as they come in.

Roadmap

We plan to cover the course in 2 sections

  1. Section 1 - Basics: From understanding to Production
  2. Section 2 - Advanced - Covering advanced cases and fine tuning.

roadmap1

roadmap2

Current Status and Index

Module Title Status Youtube Code
Module 1 - Part 1 Quick Start & Introduction Complete https://www.youtube.com/watch?v=JHzC5AXXlnE Source
Module 1 - Part 2 Why Entity Framework Complete https://youtu.be/d2NdCCW-_Ms N/A
Module 1 - Part 3 Design Infra for Production Complete https://www.youtube.com/watch?v=mmAqmrBDQSI Source
Module 1 - Part 4 Startup and Bootstrapping Complete https://www.youtube.com/watch?v=F74Yyz_zZuw Source
Module 2 - Part 1 Understanding Migrations WIP WIP
Advanced Concepts Temporal Working Demo Complete WIP Source

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages