Building APIs with C# & ASP.NET Core
Learn how to build professional-grade APIs using C# and ASP.NET Core. Designed from the ground up by a practitioner to prepare you to build APIs for the real world.

Table of Contents
Entity Framework Core
- Introducing EF Core
- IQueryable and IEnumerable
- Setting up your first DbContext and DbSet with Migrations
- Seeding your database
- Querying Basics
- Adding and removing objects from your database
- Extending Your Data Model and Model Configuration
- Reviewing everything we've done
- Auditing and automatic application of properties
- Testcontainers and Real Databases