ASP .NET Core 8 is even more performant!

by Oct 17, 2023Shorts

ASP .NET Core 8 is even more performant!

IIS used to be the default for running ASP .NET websites, but it only runs on Windows.

Then Kestrel, the small cross-platform web server voor ASP .NET Core took over.

Its competing with the fastest web servers in the world, see https://www.techempower.com/benchmarks/

Every .NET version Microsoft is trying to get more performance out of Kestrel.

The improvements in .NET 7 where already big and .NET 8 brings even more to the table.

https://devblogs.microsoft.com/dotnet/performance-improvements-in-aspnet-core-8/

People trying out the Preview are very excited. They are experiencing less warm-up time (first request response) for there websites.

Remy van Duijkeren

Remy van Duijkeren

The Marketing Developer

I build automation and integrations that remove the annoying stuff—using Power Platform, Dynamics 365 & Azure.

Get My Thoughts on Automation & Development

Join my personal newsletter and get practical insights on building faster, integrating smarter, and removing friction in IT systems — especially on Power Platform and Dynamics 365.

Related

.NET 10: ZIP it. Smarter.

.NET 10: ZIP it. Smarter. Yes, you could already update entries inside ZIP files before... But now you can do it without rewriting the entire...

read more