Showing results for Performance - .NET Blog

Jun 7, 2022
17
1

Performance Improvements in .NET MAUI

Jonathan Peppers
Jonathan Peppers

Want to know why .NET MAUI apps boot faster, run smoother, and are smaller? This post break down how we made .NET MAUI fast!

.NET.NET MAUIPerformance
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 3, 2022
6
1

Microsoft Graph’s Journey to .NET 6

Joao Paiva
Joao Paiva

Read about the journey of Microsoft Graph on upgrading from .NET Framework 4.6 to .NET 6 and all the impact that came with it.

.NETASP.NETASP.NET Core
Aug 10, 2021
41
2

String Interpolation in C# 10 and .NET 6

Stephen Toub - MSFT
Stephen Toub - MSFT

Text processing is at the heart of huge numbers of apps and services, and in .NET, that means lots and lots of . creation is so fundamental that a myriad of ways of creating them have existed since .NET Framework 1.0 was released, and more have joined the fray since. Whether via 's constructors, or , or overrides, or helper methods on like or ...

.NETC#Performance
Jun 15, 2021
9
0

Migration of Bing’s Workflow Engine to .NET 5

Ben Watson
Ben Watson

Bing runs one of the world’s largest, most complex, highly performant, and reliable .NET applications. This posts discusses the journey and the work required to upgrade to .NET 5. This migration has been an unqualified success for our team. The overall picture is clear that .NET 5 is phenomenally superior.

.NETASP.NETPerformance