Добавлено: 26 октября 2023 г.
Entity Framework Core Features in 2023
EF Core 2023 has rolled out some pretty cool stuff, and I’m excited to share it with you. So, grab a cup of coffee, and let’s get started!
1. Cosmos DB Provider Improvements
Azure Cosmos DB and EF Core are like two peas in a pod, but with EF Core 8.0, they’re even cozier. Enhanced support means tighter integration and smoother operations.
Code Example:
var cosmosOptionsBuilder = new DbContextOptionsBuilder<MyContext>()
...
далее...