.NET Performance and Optimization Articles, Tutorials & News
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
1407 articles Updated Page 30 of 57
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
.NET Performance and Optimization articles
Page 30 of 57
Newest first
-
Modern C# Span Magic: High-Perf APIs Without GC Spikes
medium.com Issue #287
Practical patterns with Span<T>/ReadOnlySpan<T> to kill allocations, tame the GC, and keep your APIs fast under load.
-
5 Async C# Tricks That Separate Juniors from Seniors
blog.stackademic.com Issue #287
Master these battle-tested patterns and never write sluggish awaits again. Ignore them, and you’re leaving performance and responsiveness… Continue reading on Stackademic »
-
In-Memory Cache vs Distributed Cache — Which One Powers Your System Better?
dotnetfullstackdev.medium.com Issue #287
Every millisecond matters in modern apps. That’s why caching is one of the most powerful performance boosters: it stores frequently…
-
How does caching improve website performance?
c-sharpcorner.com Issue #287
Caching is a vital technique for boosting website performance. By storing frequently accessed data in a temporary location, it reduces server load, speeds up load times, and improves user experience. ...
-
How Do You Optimize Performance with LINQ Tricks?
medium.com Issue #286
LINQ (Language-Integrated Query) is one of the most powerful features in .NET.
-
Part 6 — GC in .NET 8 and Beyond: What’s New and What’s Next
medium.com Issue #286
The .NET Garbage Collector (GC) has come a long way — from basic memory cleanup to a finely tuned performance engine. With .NET 8…
-
Designing, Securing, and Optimizing SQL Server: A Realistic E-Commerce Example
c-sharpcorner.com Issue #286
Learn schema design principles, indexing strategies for query tuning, and efficient ETL processes for data loading. Implement robust backup and recovery plans, secure your database with role-based acc...
-
-
Why .NET 8 remains the backbone of backend development in 2025 — fast, scalable, cloud-ready, and powered by AI
c-sharpcorner.com Issue #286
.NET 8 solidifies its position as a leading backend development framework in 2025. Explore its speed, scalability, and cloud-readiness, enhanced by AI integration. Discover the latest features, perfor...
-
Performance Improvements in Our .NET Application
medium.com Issue #285
Today, we gonna look at the tips that can make your .NET application faster ⏩
-
Part 5 — GC Myths Busted: What Developers Get Wrong About .NET Garbage Collection
medium.com Issue #284
Garbage Collection (GC) in .NET is one of the most misunderstood features. Despite being automatic, it’s not magic — and believing the…
-
Using a cache in a clean way in ASP.NET Core
medium.com Issue #284
Inject a cache directly in the controller where you need to use it — it’s not the good approach to implement caching in your app.
-
EF Core Bulk Operations
c-sharpcorner.com Issue #284
Optimize EF Core performance when dealing with large datasets! This article explores various bulk operation techniques, from built-in options like ExecuteUpdate/Delete to powerful third-party librarie...
-
Visual Studio 2026 Just Landed |You Won’t Believe the Speed Boosts!
isitvritra101.medium.com Issue #284
The Visual Studio family is one of Microsoft’s flagship developer tools, used by around 50 million worldwide, and it continues to evolve…
-
Async, Await, and Tasks: The C# Fundamentals You Can’t Afford to Ignore
blog.stackademic.com Issue #283
Understand thread context, task execution, and why improper async usage can haunt your apps. Continue reading on Stackademic »
-
Building a Real-Time Process Monitor in .NET 8
medium.com Issue #283
If you’ve ever worked on a Linux machine, you’re probably familiar with htop. It's a beloved command-line tool that provides a dynamic…
-
Find High-Usage Queries and Stored Procedures in SQL Server
c-sharpcorner.com Issue #283
Identify the SQL statements and stored procedures that burn the most CPU, IO, and time using SQL Server DMVs—plus quick scripts, filters, and tips to fix them.
-
5 .NET Memory Leaks That Took Down Our Apps (and How We Fixed Them)
medium.com Issue #283
Five real .NET memory leaks from production — the symptoms, debugging steps, and fixes that saved our systems.
-
The Hidden Traps of Async in C#
blog.stackademic.com Issue #283
Dive into thread context, blocking calls, and safe patterns for library and UI code. Continue reading on Stackademic »
-
6 Rules for Ultra-Low Latency Data Access at Massive Scale in C#
medium.com Issue #282
I came across this in a job description and was immediately intrigued.
-
Task Parallel Library (TPL) in .NET — Beyond Async/Await
medium.com Issue #282
Harnessing Parallelism for Performance
-
💻 Issue 478 - Visual Studio Next Version: What’s Coming and What to Expect - NDepend Blog
dotnet.libhunt.com Issue #282
How I Took My .NET 9 Minimal API From 400ms to 40ms (Without Losing My Mind)
-
.NET Core Console App’te .exe Dosyası Bulunamıyor Sorunu ve Çözümü
emrekabali.medium.com Issue #282
.NET Core Console Application projesinde katmanlı mimari kullanılıyor ve diğer projelerden interface ve entity’lerden faydalanılıyor…
-
What is WebAssembly in Web Development?
c-sharpcorner.com Issue #282
WebAssembly (Wasm) revolutionizes web development by enabling near-native performance in browsers. Compile code from languages like C++ and Rust for demanding tasks like gaming, video editing, and sci...
-
Entire Caching Strategy will be replaced by this .NET 9 Feature
isitvritra101.medium.com Issue #281
Hybrid cache in production