Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions release-notes/11.0/preview/preview1/efcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)