EF Core 6 launched with .NET 6. Here are my favorite parts:
- Temporal Tables: Native support for SQL Server temporal tables. Query data “AS OF” a specific time.
- Migration Bundles: Compile your migrations into a standalone executable. `ef bundle`. This makes DevOps pipeline deployment significantly safer (no SDK required on the deployment agent).
- Faster Query Pipeline: Queries execute 31% faster on average.
- Minimal API Integration: New convenient methods to map endpoints directly to DB queries.
Discover more from C4: Container, Code, Cloud & Context
Subscribe to get the latest posts sent to your email.