C# Entity Framework – Introduction to EF Core 5

Rainer Stropek

This is the recording of my C#/.NET course at the computer science school HTL Leonding.

In this week’s lecture, we start to talk about Entity Framework. You will learn fundamental things about model classes, database contexts, migrations, writing data, and querying data.

You can find the sample code for this lecture at https://github.com/rstropek/htl-leo-csharp-4/tree/master/exercises/0040-ef-intro.