.NET Benchmarking and BenchmarkDotNet Articles, Tutorials & News

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

38 articles Updated

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

    Benchmarks are interesting, though preview-to-LTS comparisons always need a little skepticism.

    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

.NET benchmarking from the DotNetNews archive, curated for .NET developers who already ship production code. This is a reading list pulled from daily issues, not a substitute for the official docs on .NET Benchmarking and BenchmarkDotNet.

Use Start here for the editorial shortlist, then browse Latest or the full archive when you need more depth. Coverage leans toward .NET benchmarking, BenchmarkDotNet, C# benchmarks. Recent pieces worth opening: “How to Write the Fastest Code with BenchmarkDotNet in C# in the AI Era” and “Bulk Operations in EF Core 10, Benchmarking Insert, Update, and Delete Strategies”.

Latest

Newest Benchmarking from the archive

Archive

Page 1 of 2

Newest first