performance

.NET Benchmarking and BenchmarkDotNet Articles, Tutorials & News

.NET Benchmarking and BenchmarkDotNet articles, tutorials, and news from the DotNetNews archive.

38 articles Updated

.NET benchmarking is the focus of this topic page. .NET Benchmarking and BenchmarkDotNet is how .NET teams reason about runtime cost, startup, and throughput once the feature work is done. Intermediate and senior .NET developers use this hub to scan practical writing without treating every link as an endorsement.

Recurring subtopics in recent issues include .NET benchmarking, BenchmarkDotNet, C# benchmarks, and performance benchmarks .NET. Those themes are drawn from titles and excerpts in the newest archive entries for this tag, not from a marketing outline.

Expect publisher tutorials, release notes, architecture write-ups, and field notes linked from DotNetNews issues. Start here is a short editorial shortlist for .NET Benchmarking and BenchmarkDotNet; the archive list is chronological and larger. Secondary angles such as .NET benchmarking and BenchmarkDotNet appear when the archive actually covered them. Nearby reading often overlaps with .NET Performance and Optimization and .NET Profiling and Diagnostics.

Each card points at the original publisher URL and the DotNetNews issue that carried it, so you can read the article in context or jump straight to the source.

Start here

Editor picks for Benchmarking

  1. Bulk Operations in EF Core 10 - Benchmarking Insert, Update, and Delete Strategies

    codewithmukesh.com Issue #490

    Benchmarks with decision guidance are far more useful than generic EF Core advice, especially for bulk data workloads.

    Read article Issue #490

  2. Bulk Operations in EF Core 10 - Benchmarking Insert, Update, and Delete Strategies

    codewithmukesh.com Issue #419

    EF Core bulk operation benchmarks are the kind of evidence-based article teams should bookmark.

    Read article Issue #419

  3. How to Write the Fastest Code with BenchmarkDotNet in C# in the AI Era

    neuecc.medium.com Issue #495

    A welcome emphasis on BenchmarkDotNet and profiling discipline, especially when AI-generated optimizations need verification.

    Read article Issue #495

  4. Database Performance: Making Entity Framework Queries Faster

    dotnettips.com Issue #484

    Compiled queries are worth revisiting if you have hot paths with repeated shapes and measurable EF overhead.

    Read article Issue #484

  5. .NET 11 vs .NET 10: We Benchmarked Both on a Real Production App (Should You Upgrade?)

    medium.com Issue #478

    We run Mattrx on .NET 10 (the current LTS) in production, and we put .NET 11 previews through the same benchmark harness on the same….

    Read article Issue #478

  6. Boost Your .NET Projects: Copilot, Benchmarks, and the Truth About Faster Code

    dotnettips.com Issue #477

    A healthy counterweight to AI hype: benchmark the suggestions, keep the wins, and discard the bad advice.

    Read article Issue #477

  7. IAsyncEnumerable vs IEnumerable in C#: Performance and Use Cases

    c-sharpcorner.com Issue #472

    IAsyncEnumerable shines for streaming large datasets; IEnumerable forces everything into memory first.

    Read article Issue #472

  8. Silly sorting algorithms in C#

    medium.com Issue #466

    Not every article has to be serious. Sometimes silly algorithms are just a fun way to revisit fundamentals and compare implementations.

    Read article Issue #466

Archive

Page 1 of 2

Newest first