Showing results for Performance - .NET Blog

Nov 1, 2022
2
12

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
11
7

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.NET Core
Aug 31, 2022
154
117

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
13
4

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.

.NET.NET CoreASP.NET Core
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