.NET Performance and Optimization Articles, Tutorials & News
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
1407 articles Updated Page 24 of 57
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
.NET Performance and Optimization articles
Page 24 of 57
Newest first
-
Channels in .NET: Building High-Performance Producer–Consumer Pipelines
medium.com Issue #317
Efficient, thread-safe data flow without queues or locks
-
Lambda Expressions and LINQ in ASP.NET Web Forms
c-sharpcorner.com Issue #317
Master ASP.NET Web Forms with LINQ and Lambda expressions! Simplify data querying, filtering, and manipulation for cleaner, more efficient code. Boost performance!
-
Why We Left AutoMapper for .NET Source Generators
levelup.gitconnected.com Issue #316
Two production failures, 480 DTOs, and one compiler feature that changed everything Continue reading on Level Up Coding »
-
Concurrency — The Art of Managing Many Things at Once
medium.com Issue #316
You’ve seen threads. You’ve seen async. But now it’s time to understand what both of them really belong to: concurrency.
-
Stop Guessing: Here’s What .NET GC Isn’t Telling You
medium.com Issue #315
Discover how memory really gets managed and why your app might be bleeding performance
-
ASP.NET Core Performance Hacks: Async, Profiling & Optimization Techniques (Part - 26 of 40)
c-sharpcorner.com Issue #315
Unlock peak ASP.NET Core performance! This comprehensive guide (Part 26 of 40) dives into advanced optimization techniques. Master async/await, EF Core tuning, caching strategies, and profiling tools....
-
How to Troubleshoot Errors in a .NET MVC Website
c-sharpcorner.com Issue #315
Learn how to troubleshoot errors in a .NET MVC website using debugging techniques, IIS logs, custom error handling, remote debugging, and third-party tools like Application Insights, ELMAH, and NLog. ...
-
You’re Still Boxing and Don’t Even Know It — Hidden Allocations in Modern C#
medium.com Issue #315
“GC pauses don’t come from nowhere — they come from your code.”
-
.NET AI Community Standup - Microsoft Agent Framework: Workflows & Migration Overview
youtube.com Issue #315
Why You Should Avoid async void in C# (and What to Use Instead)
-
Rulify.Net: My Journey Building a .NET Rule Engine
medium.com Issue #315
Hi there! I want to share with you my experience building Rulify.Net, a flexible rule engine for .NET applications. The idea came when I… Continue reading on The Syntax Hub »
-
Pooled Collections in C#: A Practical Guide to Collections.Pooled for High-Performance .NET
levelup.gitconnected.com Issue #314
Learn how to use pooled collections in C# with the Collections.Pooled NuGet package. See real-world examples of PooledList<T> and… Continue reading on Level Up Coding »
-
Multi-Threading in C#: How to Do Many Things at Once
medium.com Issue #314
If single-threading is like one chef cooking in one kitchen, multi-threading is when you hire more chefs — each working on a different…
-
Real-Time Cache Monitoring and Alerting with NCache in ASP.NET Core Web API
c-sharpcorner.com Issue #314
Boost ASP.NET Core Web API performance with NCache! This guide details integrating NCache for distributed caching, real-time monitoring, and proactive alerting. Learn to configure NCache, track cache ...
-
ASP.NET Core Caching Mastery: Redis, Memory Cache, Distributed Patterns & Performance Optimization (Part - 27 of 40)
c-sharpcorner.com Issue #314
Master ASP.NET Core caching with this comprehensive guide! Explore Redis, memory caching, and distributed patterns for building high-performance applications. Learn real-world strategies, optimization...
-
Optimize Your .NET App for Production — Complete Checklist (Part 2)
abp.io Issue #314
If you’ve landed directly on this article, note that it’s part-2 of the series. You can read part-1 here: Optimize Your .NET App for… Continue reading on abp-community »
-
ASP.NET Core Razor Pages Mastery: Advanced UI Patterns, Real-World Examples & Performance Optimization(Part-21 of 40)
c-sharpcorner.com Issue #314
Master UI development patterns, data binding, and handler methods. Explore real-world e-commerce examples, performance optimization, and best practices. Part 21 of a 40-part series, this module delive...
-
The 3 “Hidden” Features in .NET 10 No One Is Talking About (But You’ll Use All Year)
medium.com Issue #313
Let’s be honest… .NET 10 dropped and everyone ran to play with the shiny stuff — the new templates, the AI integration hype, the “faster… Continue reading on Stackademic »
-
Inlining and structs in C#
steven-giesel.com Issue #313
In this - somewhat technical and barely usable - blog post, we will have a look at inlining and structs in C#. And how they can optimize performance in some interesting ways.
-
C# — Unique behavior when passing array and list objects as parameters
medium.com Issue #313
When programming using C#, there are not many cases where you will deal with objects and sequences of objects (in the form of arrays or…
-
Stop Treating Memory Like It’s Free: 5 .NET Fixes You Should’ve Known Years Ago
blog.stackademic.com Issue #313
Your GC pauses aren’t random; they’re your fault. Let’s fix that. Continue reading on Stackademic »
-
How to Handle Large Datasets Efficiently with EF Core and Pagination
medium.com Issue #312
Learn how to query and paginate millions of records in EF Core without killing performance or using up memory.
-
Designing High-Performance Agent Workflows in .NET: Patterns & Antipatterns
medium.com Issue #312
The rise of AI agents inside enterprise systems means developers now face a new kind of performance problem. It’s no longer just how fast…
-
Avoiding N+1 Queries in EF Core: Practical Patterns and Fixes
medium.com Issue #312
How to optimize EF Core performance by preventing N+1 queries in your .NET apps with practical solutions and proven design patterns.
-
C# 14 Changed Reverse on Arrays
medium.com Issue #312
Why x.Reverse() may mutate your array on older .NET-and how to fix it. Continue reading on .Net Programming »
-
Stop Writing Mediocre C# Code: 10 Habits That Instantly Upgrade You in 2025
blog.stackademic.com Issue #312
Discover the overlooked techniques modern C# developers use to write cleaner, faster, and future-proof code — and how you can adopt them… Continue reading on Stackademic »