Jun 4, 2024 0 9 A beginner’s guide to mapping arrays in EF Core 8 Arthur Vickers EF Core 8 introduces support for mapping typed arrays of simple values to database columns so the semantics of the mapping can be used in the SQL generated from LINQ queries.
Nov 14, 2023 1 8 Entity Framework Core 8 (EF8) is available today Arthur Vickers Announcing EF Core 8 (EF8) with complex types, primitive collections, better JSON, and exciting new query translations!
Nov 2, 2023 3 9 Trying out MongoDB with EF Core using Testcontainers Arthur Vickers An introduction to the MongoDB database provider for EF Core, including use of Testcontainers
Oct 10, 2023 6 11 EF Core 8 Release Candidate 2: Smaller features in EF8 Arthur Vickers A tour through some of the smaller features release in Entity Framework Core 8 (EF8) RC 2.
Sep 12, 2023 6 9 EF Core 8 RC1: Complex types as value objects Arthur Vickers Announcing Entity Framework Core 8 (EF8) RC 1 with support for complex types used as value objects
May 16, 2023 13 7 EF Core 8 Preview 4: Primitive collections and improved Contains Shay Rojansky Announcing Entity Framework Core 8 (EF8) Preview 4 with support for primitive collections and improved Contains
Mar 14, 2023 6 4 EF Core 8 Preview 2: Lite and familiar Arthur Vickers Announcing Entity Framework Core 8 (EF8) Preview 2 with support for JSON columns in SQLite and HierarchyId in SQL Server/Azure SQL
Feb 21, 2023 3 9 EF Core 8 Preview 1: Raw, lazy, and on-time Arthur Vickers Announcing Entity Framework Core 8 (EF8)Preview 1 with raw SQL queries, lazy-loading, DateOnly/TimeOnly and more!
Jun 14, 2022 17 1 Announcing Entity Framework 7 Preview 5 Jeremy Likness Announcing EF7 Preview 5 with completed support for Table-per-Concrete Type (TPC).
Apr 13, 2022 14 0 Announcing Entity Framework Core 7 (EF7) Preview 3 Jeremy Likness Announcing the release of EF7 Preview 3 and custom database-first scaffolding with T4 templates.