performance
.NET Performance and Optimization Articles, Tutorials & News
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
1586 articles Updated Page 29 of 64
Browse additional .NET Performance and Optimization articles from the DotNetNews archive.
.NET Performance and Optimization articles
Page 29 of 64
Newest first
-
Comparing ASP.NET Core vs Node.js for High-Traffic APIs
C# Corner Issue #328
Explore ASP.NET Core vs Node.js for high-traffic APIs. Compare architecture, performance, scalability, and security to choose the best framework for your needs.
-
How to Find Duplicates in a Collection (Multiple Ways) — With Benchmarks in .NET 9
Medium Issue #327
Practical implementations, algorithmic analysis, memory considerations, and BenchmarkDotNet code you can run today.
-
I Switched to CreateSlimBuilder — And Saved 15% Memory Without Touching My Code
Medium Issue #327
Last week, I changed just one line in one of my .NET services.
-
Understanding Span<T> in C#
C# Corner Issue #327
Learn how it provides a zero-allocation view over memory for arrays, strings, and more, boosting efficiency and reducing GC overhead
-
.NET Core Advanced MCQs — Dependency Injection (DI)
C# Corner Issue #326
Test your .NET Core knowledge with these advanced MCQs on Dependency Injection, Middleware, Memory Management & Performance. Sharpen your skills and ace your next interview!
-
SQL Server Indexing Strategies for Faster Query Execution
C# Corner Issue #326
Boost SQL Server query speed! Master indexing: clustered, non-clustered, composite, filtered, columnstore. Optimize performance & avoid common pitfalls. A must-read!
-
Stop leaks — master ASP.NET Core lifetimes today
Medium Issue #326
Master ASP.NET Core service lifetimes — Singleton, Scoped, Transient. Avoid leaks and thread bugs with clear rules, runnable examples, and…
-
The Ultimate Guide to Dapper in .NET — Everything You Need to Know (2025 Edition)
Medium Issue #326
“Dapper gives you ORM convenience without ORM overhead.” — Every .NET developer who’s ever benchmarked it.
-
C# Parallel Programming for CPU-Bound Workloads (In-Depth Parallel Class Guide)
Medium Issue #326
Target audience: Intermediate to advanced .NET developers
-
Building an Extremely Fast Caching Repository Using the Decorator Pattern in ASP.NET Core 9.
Medium Issue #325
Modern web applications demand high performance, low latency, and efficient data retrieval. With ASP.NET Core 9 and C#, you can easily… Continue reading on Stackademic »
-
From Spring Boot to .NET: The Struggle
Medium Issue #325
My articles are open to everyone; non-member readers can read the full article by clicking this link Continue reading on Javarevisited »
-
This One Header Can Make Your API 30% Faster
Medium Issue #324
(And it takes less than 2 minutes to add)
-
Mastering Background Jobs in .NET 9 with Worker Services and Channels
Medium Issue #324
How to build high-performance background processing systems in .NET 9 — without Hangfire, RabbitMQ, or third-party schedulers
-
Your LINQ is Slowing You Down: 5 Fixes Every .NET Developer Should Know
Medium Issue #324
Five practical changes that eliminate hidden allocations, buffering, and unnecessary work.
-
How I Accidentally Created a Memory Leak That Taught Me C#’s Darkest Secret
Medium Issue #324
From 150MB to 4GB in 48 hours: The static event subscription that almost killed our Azure API and what it taught me about .NET’s garbage… Continue reading on .Net Programming »
-
C# Value Types vs Reference Types — Differences, Performance, and Memory Usage Explained
Medium Issue #324
Discover how C# value and reference types work, where they live in memory, their behavior, and impact on performance!
-
Redis: The Fastest In-Memory Data Store Powering Modern Applications
C# Corner Issue #324
Unlock blazing-fast performance with Redis! This guide explores Redis as a versatile in-memory data store for caching, real-time apps, and MERN stack optimization.
-
The Simplest Way to Add Health Checks in .NET APIs
Medium Issue #324
One line of code that can save your entire deployment.
-
Key Innovations in ASP.NET Core 9 (and beyond)
C# Corner Issue #323
Explore ASP.NET Core 9's key innovations: static asset optimization, enhanced Minimal APIs, Blazor improvements, security, and performance boosts for modern web apps.
-
Span and Memory in .NET: Writing High Performance Code
Medium Issue #323
Modern memory efficiency without unsafe code
-
From Freezes to Flow: Mastering I/O-Bound Performance in C# .NET Like a Pro
Medium Issue #323
Go beyond theory — uncover real-world examples, proven async techniques, and performance patterns that turn your sluggish apps into…
-
Span and Memory in .NET: Writing High Performance Code
Medium Issue #322
Modern memory efficiency without unsafe code
-
The Most Misunderstood Keyword in C#: readonly
Medium Issue #322
A single keyword that can save you from invisible state corruption — and even make your code faster
-
Performance Optimisation Techniques for .NET
Medium Issue #322
Introduction Continue reading on Front-end World »
-
Respect Your Memory: 5 Low-Level Tricks That Separate Average .NET Devs from Experts
blog.stackademic.com Issue #322
The difference between fast code and memory-efficient code is not luck; it is technique. Continue reading on Stackademic »