.NET Performance and Optimization Articles, Tutorials & News
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
1407 articles Updated Page 11 of 57
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
.NET Performance and Optimization articles
Page 11 of 57
Newest first
-
Why IEnumerable Can Kill Performance in Hot Paths
blog.elmah.io Issue #412
For F1 racing, choosing the right car is as important as your expertise. No matter how skilled you are, if you race in an ordinary car, you can't stand out. You need to understand the race and use the...
-
Solving the distributed cache invalidation
csharpdigest.net Issue #412
HybridCache combines fast in-memory caching with distributed caching like Redis
-
Clean Architecture With Document Databases, Minimal APIs, and CQRS in .NET 10
medium.com Issue #411
Part 1 — Laying a Rock-Solid Foundation Continue reading on Stackademic »
-
C# Rounding Demystified: The Ultimate Guide to Rounding Numbers in .NET
medium.com Issue #410
If you’ve ever Googled “C# round” hoping for clear, practical guidance on rounding numbers in .NET, you’re not alone. Rounding is one of…
-
Scheduled jobs using Background Service in .NET
medium.com Issue #410
When building .NET applications, developers often focus on user-facing features — APIs, UI, and business logic. But behind the scenes…
-
How to Reverse a String in C#
c-sharpcorner.com Issue #409
Learn two efficient methods to reverse strings in C# using Array.Reverse() and loops. Understand the immutability of strings, performance considerations, and real-world applications. Master this funda...
-
The Sinking Ship: Protecting .NET Microservices with the Bulkhead Pattern
devblogs.microsoft.com Issue #409
A practical guide to isolating resources and preventing cascading failures in distributed systems using Polly.
-
-
Why I Replaced Microsoft’s DI Container — And Never Looked Back
fries-dotnet-legacy.medium.com Issue #408
DryIoC delivers what the built-in container promises but can’t keep: speed, flexibility, and control over complex dependency graphs.
-
CurlDelegating Handler in .NET
srinjoysantra.medium.com Issue #408
Debug your .NET core http client requests by logging as curl
-
-
Why Your C# AI Agents Will Fail in Production (And How to Fix It)
levelup.gitconnected.com Issue #408
The transition from a cool AI prototype running in a Jupyter Notebook to a production-grade, scalable microservice is where most projects… Continue reading on Level Up Coding »
-
I Compared .NET and MERN in 2026 — Here’s the Brutally Honest Truth
medium.com Issue #408
Let’s be honest.
-
What’s the Fastest Way to Save Large Amounts of Data in .NET?
medium.com Issue #408
If you’ve ever needed to save a large amount of data to a database in .NET, you’ve probably wondered: What’s the fastest way to do it?
-
-
How to Implement Redis Caching in ASP.NET Core?
c-sharpcorner.com Issue #407
Boost ASP.NET Core performance with Redis caching! Learn to implement it for faster response times, reduced database load, and improved scalability. Production-ready guide.
-
The Million-Request Crash: Taming the “Cache Stampede” in Distributed Systems
medium.com Issue #407
How the “Thundering Herd” problem turns your caching layer into a database killer, and the advanced patterns top-tier engineers use to…
-
Cracking the Code of Serverless Design: Patterns that Scale and Patterns that Fail
visualstudiomagazine.com Issue #407
Chad Green explores how intentional design patterns determine whether serverless architectures deliver on their promises of scalability, resilience, and cost efficiency.
-
MSSQL Extension for VS Code: Query Profiler, ADS Migration Toolkit & More
devblogs.microsoft.com Issue #407
The MSSQL Extension for VS Code continues to evolve, delivering features that make SQL development more integrated, more powerful, and more developer-friendly. In version v1.40.0, we're introducing th...
-
How Async and Await Work Internally in C#?
c-sharpcorner.com Issue #407
Unlock C#'s async/await secrets! Explore state machines, task-based patterns, and synchronization contexts for scalable, responsive apps. Avoid deadlocks and boost performance.
-
.NET Memory Dump Analysis with DumpLinq
medium.com Issue #407
Long-running services that handle millions of requests will occasionally end up in a bad state and require a restart.
-
10 C# Mistakes Developers Make (And How to Avoid Them)
medium.com Issue #406
C# and .NET have matured into one of the most powerful ecosystems for building APIs, enterprise systems, cloud apps, and high-performance… Continue reading on CodeToDeploy »
-
In Agentic AI, It's All About the Markdown
visualstudiomagazine.com Issue #406
Markdown is emerging in VS Code and Visual Studio 2026 as a version-controlled instruction layer that governs AI agents, reusable prompts and modular skills alongside traditional documentation.
-
How to Reverse a String in C#
c-sharpcorner.com Issue #405
Learn two efficient methods to reverse strings in C# using Array.Reverse() and loops. Understand the immutability of strings, performance considerations, and real-world applications. Master this funda...
-