performance
.NET Benchmarking and BenchmarkDotNet Articles, Tutorials & News
.NET Benchmarking and BenchmarkDotNet articles, tutorials, and news from the DotNetNews archive.
78 articles Updated Page 3 of 4
Browse additional .NET Benchmarking and BenchmarkDotNet articles from the DotNetNews archive.
.NET Benchmarking and BenchmarkDotNet articles
Page 3 of 4
Newest first
-
Bulk Operations in EF Core 10 - Benchmarking Insert, Update, and Delete Strategies
codewithmukesh.com Issue #419
Learn how to optimize bulk insert, update, and delete operations in EF Core 10. We benchmark 5 approaches with real numbers and a decision matrix for every scenario.
-
-
String Performance: The Fastest Way to Get a String’s Length
dotnettips.wordpress.com Issue #380
Retrieving the character count of a string in .NET has various methods: using Span with Length, Length, or Enumerable.Count(). This article will prove which is the fastest method.
-
EF Core, C# 14, and GitHub Actions
DotNetNews Issue #365
A mixed .NET roundup covering EF Core plan cache issues, C# 14 and .NET 10 language updates, performance tips, architecture, and tooling.
-
-
How AsNoTracking() Makes Your EF Core Queries Faster
miguelbarros1983.medium.com Issue #336
A Practical Proof of Concept Using BenchmarkDotNet
-
Top 5 Free Tools Every .NET Developer Should Know by 2025
medium.com Issue #291
The .NET ecosystem continues to evolve rapidly in 2025, and developers will have access to more free tools than ever before. Whether…
-
EF Core Performance Myths Busted: Real Benchmarks and Tuning Tips
javascript.plainenglish.io Issue #290
Everything you’ve heard about Entity Framework Core being “too slow” might be outdated. Here’s what real-world data shows — and how to… Continue reading on JavaScript in Plain English »
-
LINQ performance tricks and GC changes
DotNetNews Issue #286
A varied .NET roundup with LINQ performance tips, GC updates in .NET 8, API versioning, Azure Functions, SQL Server, and AI workflows.
-
GC myths, auth, and performance
DotNetNews Issue #284
A varied .NET roundup covering garbage collection, cancellation tokens, Minimal API auth, EF Core bulk work, security, and Visual Studio tools.
-
Minimal APIs, Azure AI, and clean architecture
DotNetNews Issue #267
A varied .NET roundup covering Minimal APIs, Aspire and GitHub Models, security, performance, and architecture patterns for real-world apps.
-
Performance Benchmarking: .NET 9 vs Previous Versions
medium.com Issue #261
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
EF Core filters, SignalR, security fixes
DotNetNews Issue #252
This issue covers EF Core 10 query filters, SignalR, background workers, API performance, security scanning, Azure Key Vault, and caching tips.
-
Blazor debugging, architecture, and performance
DotNetNews Issue #244
This issue mixes Blazor debugging, ASP.NET Core architecture, C# fundamentals, performance tuning, parallelism, and Azure updates.
-
Why Your .NET Benchmarks Are Lying to You (+ How to Fix Them)
itnext.io Issue #212
https://itnext.io/why-your-net-benchmarks-are-lying-to-you-how-to-fix-them-447490aa0bfb?source=rss------csharp-5
-
Top Tips to Analyze .NET Caching with BenchmarkDotNet
medium.com Issue #212
https://medium.com/@hasanmcse/f302b5df16ed
-
Understanding .NET Performance with Benchmark.NET: A Comprehensive Breakdown of Each Metric
medium.com Issue #160
https://medium.com/@anderson.buenogod/understanding-net-performance-with-benchmark-net-a-comprehensive-breakdown-of-each-metric-1a237cbd5305
-
EF Core 9, Copilot, MVC
DotNetNews Issue #155
This issue covers MongoDB EF Core 9 support, Copilot tips, ASP.NET Core MVC, LINQ tuning, DI, containers, and C# language patterns.
-
How to test custom middleware
medium.com Issue #141
https://medium.com/@yegor-sychev/how-to-test-custom-middleware-d5b8fbfef4a2
-
Deep Dive into .NET Large Object Heap (LOH) and Practical Use of ArrayPool for High-Performance
medium.com Issue #139
https://medium.com/@damithw/deep-dive-into-net-large-object-heap-loh-and-practical-use-of-arraypool-t-for-high-performance-22e244138e8d
-
JSON serializers, MAUI, and EF Core pitfalls
DotNetNews Issue #135
A varied .NET roundup covering serializer tradeoffs, MAUI, EF Core query gotchas, performance tips, nullable safety, and routing basics.
-
Mastering BenchmarkDotNet: The Essential Benchmarking Library for .NET Developers
csharp.com Issue #134
https://www.csharp.com/article/mastering-benchmarkdotnet-the-essential-benchmarking-library-for-net-developer/
-
Benchmarking, middleware, and Copilot news
DotNetNews Issue #122
BenchmarkDotNet, forwarded headers middleware, and free GitHub Copilot in Visual Studio, plus ASP.NET MVC, C# 13, EF Core, Blazor, and .NET 9.
-
Azure Functions, CDC, and profiling
DotNetNews Issue #110
A varied .NET roundup covering serverless scaling, PostgreSQL CDC, Visual Studio benchmarking, .http API testing, caching, and C# fundamentals.
-
Rate limiting, caching, and .NET 9
DotNetNews Issue #105
Practical .NET reads on API rate limiting, adaptive queues, caching options, GitHub Actions formatting, and new .NET 9 LINQ methods.