.NET Data Community Standup: Using Entity Framework Core interceptors (with Chris Klug)
Chris Klug walks through real-world scenarios where Entity Framework Core (EF Core) interceptors are useful, and how he applies them in day-to-day work.
Overview
What the session focuses on
- Practical uses of Entity Framework Core interceptors in applications.
- How interceptors can hook into EF Core’s interaction with the database to implement cross-cutting behavior.
Technologies and concepts mentioned
- Entity Framework Core (EF Core)
- EF Core interceptors (interception points around database operations)
- DbContext and database access patterns
Speakers
- Chris Klug
- Jiri Cincura