Showing category results for Performance

Nov 1, 2022
Post comments count2
Post likes count12

Performance improvements in ASP.NET Core 7

Brennan Conroy
Brennan Conroy

.NET 7 brings a great amount of performance improvements to ASP.NET Core developers. Find out what is new and how to take adavantage of the latest enhancements.

.NETASP.NETASP.NET Core
Sep 12, 2022
Post comments count11
Post likes count8

Arm64 Performance Improvements in .NET 7

Kunal Pathak
Kunal Pathak

.NET 7 introduces a plethora of performance improvements for developers including developers targeting Arm64 devices. In this blog I break down everything you need to know about the improvements in .NET 7.

Performance.NET
Aug 31, 2022
Post comments count154
Post likes count118

Performance Improvements in .NET 7

Stephen Toub - MSFT
Stephen Toub - MSFT

.NET 7 is fast. Really fast. In this post, we'll deep-dive into literally hundreds of performance improvements that contributed to that reality.

.NETPerformanceFeatured
Aug 24, 2022
Post comments count13
Post likes count4

A Heavy Lift: Bringing Kestrel + YARP to Azure App Services

Byron Tardif
Byron Tardif

In this post, we get a behind-the-scenes look at the engineering work required to change a critical platform component with code paths that are exercised billions of times a day while minimizing service disruptions and maintaining SLA for our customers.

Azure.NETASP.NET Core
Jun 7, 2022
Post comments count3
Post likes count3

Exchange Online Journey to .NET Core

David Sterling (EXCHANGE)
David Sterling (EXCHANGE)

Explore Exchange's migration from .NET Framework to .NET Core

.NETASP.NETASP.NET Core
Jun 7, 2022
Post comments count17
Post likes count2

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
Post comments count38
Post likes count7

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