Showing results for May 2022 - .NET Blog

May 31, 2022
32
1

Incremental ASP.NET to ASP.NET Core Migration

Taylor Southwick
Taylor Southwick

Introducing a simple pattern to apply the Strangler Fig pattern to migrating ASP.NET to ASP.NET Core applications with the help of some new adapters.

.NETASP.NETASP.NET Core
May 26, 2022
4
0

.NET Framework May 2022 Cumulative Update

Salini Agarwal
Salini Agarwal

We are releasing the May 2022 Cumulative Update Preview Updates for .NET Framework. Quality and Reliability This release contains the following quality and reliability improvements. WPF 1 Winforms .NET Runtime Workflow 1 Windows Presentation Foundation (WPF) Getting the Update The Cumulative ...

.NET.NET FrameworkWPF
May 23, 2022
135
1

Introducing .NET MAUI – One Codebase, Many Platforms

David Ortinau
David Ortinau

Welcome to .NET Multi-platform App UI. This release marks a new milestone in our multi-year journey to unify the .NET platform. Now you and over 5 million other .NET developers have a first-class, cross-platform UI stack targeting Android, iOS, macOS, and Windows to complement the .NET toolchain (SDK) and base class library (BCL). You can build ...

.NET.NET MAUI
May 12, 2022
8
0

The Azure Cosmos DB Journey to .NET 6

Vinod Sridharan
Vinod Sridharan

Azure Cosmos DB is a fully-managed, multi-tenant, distributed, shared-nothing, horizontally scalable database that provides planet-scale NoSQL capabilities offering APIs for Apache Cassandra, MongoDB, Gremlin, Tables, and the Core (SQL) APIs . A core component of the Azure Cosmos DB service is the API Gateway that handles request parsing and ...

.NETDeveloper Stories
May 12, 2022
38
7

Regular Expression Improvements in .NET 7

Stephen Toub - MSFT
Stephen Toub - MSFT

System.Text.RegularExpressions has improved significantly in .NET 7. In this post, we'll deep-dive into many of its exciting improvements.

.NETC#Visual Studio
May 11, 2022
14
1

Announcing gRPC JSON transcoding for .NET

James Newton-King
James Newton-King

gRPC JSON transcoding is a new feature for .NET that allows gRPC services to be called with REST + JSON. Try it now in .NET 7 preview 4.

.NETASP.NETASP.NET Core
May 10, 2022
29
0

.NET MAUI Release Candidate 3

David Ortinau
David Ortinau

.NET MAUI Release Candidate 3 is now available with dozens of bug fixes and quality improvements. We also take a look at navigating with Shell including passing parameters and full objects.

.NET MAUI.NET