Chapter 18: Relationships in Object-Relational Mapping
Major Concepts
The learning objectives for this chapter are:
This chapter introduces the tools needed to create meaningful relationships using ORM. Let’s consider the different types of relationships at a conceptual level. In later sections, we will learn how to implement these relationships using EntityFrameworkCore.
Key Terminology
- One-to-Many
- Many-to-Many
- Lambda Expressions
- Join Tables
- Composite Primary Key
- Join Class
- Lazy Loading
- Eager Loading