See how .NET 10 and C# 14 speed up minimal APIs with static lambdas, smarter JSON, and leaner middleware, backed by BenchmarkDotNet results. Practical tweaks behind faster endpoints, shown with benchmarks.
#dotnet#csharp#aspnetcore
https://t.co/1eNMcN4AW9
🎥In our latest Betatalks, Christian and Jelle show how to benchmark .NET code with BenchmarkDotNet and why small choices like string concatenation vs. StringBuilder can make a big difference in performance and memory. #BenchmarkDotNet#DotNetCode
https://t.co/DFFPQzjBgE
Duende Software's latest Open Source Sponsorship goes to #BenchmarkDotNet! 🚀
It's a great project to help analyze (and maintain) performance of #dotnet code.
Check out the full post for details on the project: https://t.co/p97Q2RcLns
Project Spotlight: BenchmarkDotNet! Turn methods into reliable benchmarks as easily as unit tests. Trusted by the .NET Runtime team to ensure precise, reproducible performance tracking.
Learn more: https://t.co/g5XZBSaccm
After a long wait, I've finally published the sixth part in my "Writing a .NET Garbage Collector in C#" series. Today, we start implementing mark and sweep.
https://t.co/AWgCsOvRCR
We're proud to announce that Duende Software's latest Open Source Sponsorship goes to #BenchmarkDotNet! 🚀
Check out the full post for details on the project: https://t.co/p97Q2RcLns
#dotnet
Shout out to @BenchmarkDotNet for no other reason than it's such an insanely good and robust piece of software.
There's a before and after BDN: without it, we would be in a very different place.
Kudos to @andrey_akinshin for creating and maintaining it.
https://t.co/v9yZg3PKpx
One of my favorite things about #dotnet is still @BenchmarkDotNet.
In my new NuGet package, I have some very optimized things that would usually be "simple" - if you're gonna put my code in your code, I want it to be as fast & lightweight as possible!
You can do some serious EF Core perf testing with @BenchmarkDotNet - want to see real tradeoffs of bulk inserts vs regular SaveChanges()? That’s an easy benchmark, here’s how - https://t.co/LdiVmZs5i7
BenchmarkDotNet v0.15.7 has been released, but it contains a critical regression. This version has been unlisted from NuGet; please avoid upgrading. Investigation is underway — details at https://t.co/CznB3qqEgq
✨ NOW on .NET Conf 2025 ✨
Performance Improvements in .NET 10
10:30 AM - 11:00 AM PST
Join us LIVE ➡️ https://t.co/I9fHCkaCOQ
Follow the conversation: #dotNETConf
Does MoreLINQ Zip Outperform LINQ Zip? Let's Benchmark Them!
A duel between two methods for zipping collections in CSharp!
But a challenger approaches:
Our very own naive implementation of LINQ Zip!
In this video, I'll walk through the BenchmarkDotNet benchmarks for comparing the LINQ zip method and MoreLINQ ZipShortest and ZipLongest methods. We'll even see how my naive implementation does against these!
Buckle up and get ready to see how optimized my code is!
Spoiler Alert: It's not.
More Spoiler Alert: You'll still be surprised.
Watch here:
https://t.co/QkYjWKi4xo