Showing results for Azure SQL - .NET Blog

Jun 4, 2024
0
10

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 7, 2023
4
12

Introducing the Reliable Web App Pattern for .NET

Matt Soucoup Nish Anil
Matt,
Nish

The first step of your application's cloud journey often times is the most difficult. We've created the Reliable Web App pattern to help you out. In this article you'll learn about the overall pattern and some easy code changes you can make today to get your app ready for its cloud journey.

.NETASP.NET CoreAzure