Showing results for June 2024 - Page 2 of 2 - .NET Blog

Jun 5, 2024
Post comments count4
Post likes count2

MSTest 3.4 is here with WinUI support and new analyzers!

Amaury Levé Marco Rossignoli
Amaury,
Marco

MSTest 3.4 is available. Learn all about the highlighted features and fixes that will make your testing experience always better.

.NET.NET Framework.NET Aspire
Jun 4, 2024
Post comments count0
Post likes count10

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