Showing results for Entity Framework - .NET Blog

Jun 4, 2024
0
9

A beginner’s guide to mapping arrays in EF Core 8

Arthur Vickers
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.

.NETEntity Framework
Mar 14, 2023
6
4

EF Core 8 Preview 2: Lite and familiar

Arthur Vickers
Arthur Vickers

Announcing Entity Framework Core 8 (EF8) Preview 2 with support for JSON columns in SQLite and HierarchyId in SQL Server/Azure SQL

.NETEntity Framework