Entity Framework Core & Data in .NET 11 Preview 2 - Release Notes
March 10, 2026 ยท View on GitHub
Entity Framework Core 11 updates:
Here's a summary of what's new in EF Core & Data in this Preview 2 release:
- Support for the LINQ
MaxBy/MinByoperators - Support for SQL Server DiskANN vector indexes and
VECTOR_SEARCH() - Support for creating SQL Server full-text catalogs and indexes
- Support for SQL Server the full-text search functions
FREETEXTTABLE()andCONTAINSTABLE() - Support for SQL Server
JSON_CONTAINS()