diff --git a/release-notes/11.0/preview/preview1/efcore.md b/release-notes/11.0/preview/preview1/efcore.md index 0579768ad4..ddf8153d52 100644 --- a/release-notes/11.0/preview/preview1/efcore.md +++ b/release-notes/11.0/preview/preview1/efcore.md @@ -2,9 +2,15 @@ .NET 11 Preview 1 includes new Entity Framework Core features & enhancements. -This Preview 1 release does not introduce new Entity Framework Core feature additions. +Entity Framework Core 11 updates: -Entity Framework Core updates: +- [What's new in Entity Framework Core 11](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew) documentation +- [Breaking change in Entity Framework Core 11](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/breaking-changes) -- [What's new in Entity Framework Core](https://learn.microsoft.com/ef/core/what-is-new/) -- [Breaking changes](https://learn.microsoft.com/ef/core/what-is-new/breaking-changes/) +Here's a summary of what's new in Entity Framework Core in this Preview 1 release: + +- [Complex types and JSON columns on entity types with TPT/TPC inheritance](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew.md#complex-types-and-json-columns-on-entity-types-with-tpttpc-inheritance) +- [Create and apply migrations in one step](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew.md#create-and-apply-migrations-in-one-step) +- [Azure Cosmos DB transactional batches]https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew.md#transactional-batches) +- [Azure Cosmos DB bulk execution](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew.md#bulk-execution) +- [Azure Cosmos DB session token management](https://learn.microsoft.com/ef/core/what-is-new/ef-core-11.0/whatsnew.md#session-token-management)