C# Entity Framework - Relationships and inheritance
Вставка
- Опубліковано 12 лис 2024
- This is the recording of my C#/.NET course at the computer science school HTL Leonding.
00:00:17 Introduction
00:01:59 Data model overview, creating new project with EF
00:13:17 C# data model with relations
00:36:12 Creating the data context
00:45:20 The SQL data model
00:55:50 Adding data
01:10:37 Querying data with .Include
In this week's lecture, we continue our work on Entity Framework. You will learn about data models with relations (1:m, m:n), adding data to more complex EF models, and queries with the Include-clause.
You can find the sample code for this lecture at github.com/rst....