performance
.NET Performance and Optimization Articles, Tutorials & News
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
1396 articles Updated Page 31 of 56
Browse additional .NET Performance and Optimization articles from the DotNetNews archive.
.NET Performance and Optimization articles
Page 31 of 56
Newest first
-
Introduction To Building Distributed Applications with Microsoft Orleans
learn-code-learn.medium.com Issue #279
Microsoft Orleans (also known as Orleans .NET) is a cross-platform framework that helps developers build distributed, scalable, and…
-
One Trick To Improve EF Core Performance Using Query Splitting
medium.com Issue #279
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
What is the difference between linear and non-linear data structures?
c-sharpcorner.com Issue #279
Unlock the power of Data Structures and Algorithms (DSA) by understanding the core difference between linear and non-linear data structures. This guide breaks down the sequential nature of arrays, lin...
-
Caching Layers in .NET with Redis, MemoryCache, and Policy Fallbacks
medium.com Issue #278
How layered caching strategies in .NET can supercharge performance while keeping your system resilient.
-
Minimizing Cold Starts in Azure Functions for .NET
medium.com Issue #278
Pre-warming, scaling tiers, and smart architecture choices that keep your serverless apps snappy.
-
Boost Your .NET App Performance with MongoDB Query Optimization
itnext.io Issue #278
Learn practical techniques to speed up MongoDB queries, reduce latency, and scale your .NET applications effortlessly. Continue reading on ITNEXT »
-
Top 10 Modern C# Performance Features That Made My .NET Apps 3x Faster
medium.com Issue #278
As a .NET developer working in high-stakes domains like legal practice management and insurance verification systems, performance isn’t… Continue reading on ILLUMINATION’S MIRROR »
-
The One Line That Made My LINQ 5× Faster (You’re Still Writing It Wrong)
blog.devgenius.io Issue #278
Why This Blog Matters Continue reading on Dev Genius »
-
How ValueTask Boosts .NET Performance with Zero Allocations
itnext.io Issue #277
Slash memory overhead in async C# code with practical ValueTask examples for high-throughput APIs Continue reading on ITNEXT »
-
Memory Management and Garbage Collection in .NET — A Deep Dive
medium.com Issue #277
When writing C# code, memory is being allocated and released behind the scenes. Unlike languages like C or C++, where developers manually…
-
Boost Your .NET Projects: Find the Fastest Way to Get an Item’s Index in Arrays
dotnettips.wordpress.com Issue #277
This article examines the performance of three index-finding methods in .NET arrays: Array.BinarySearch (O(log n)), Array.FindIndex (O(n)), and Array.IndexOf (O(n)).
-
Why Async/Await Is the Secret to Scalable .NET Apps
medium.com Issue #276
Mastering Asynchronous Programming for Performance and Scalability
-
Boosting Performance in EF Core with Second-Level Cache (Without External Packages)
medium.com Issue #276
Applying the Repository Pattern for Cached Data Access.
-
The 3-Letter C# Keyword That Halves Allocations (And You’re Still Not Using It)
towardsdev.com Issue #275
Why This Blog Matters Continue reading on Towards Dev »
-
5 .NET Optimizations That Will Make Your Code Instantly Faster
blog.stackademic.com Issue #275
No silver bullets, just practical tweaks that save CPU cycles and memory in hot paths. Continue reading on Stackademic »
-
10 .NET 9 Performance Fixes That Saved My API from Going Down
medium.com Issue #275
Part 1 of The .NET 9 Cookbook Series Continue reading on .Net Programming »
-
5 .NET Performance Traps Every Developer Falls Into (At Least Once)
blog.stackademic.com Issue #275
Master these under-the-radar habits to write safer, faster, and cleaner C# code. Continue reading on Stackademic »
-
-
The C# Feature That Saves You Thousands… But No One Talks About
blog.devgenius.io Issue #274
Why This Blog Matters Continue reading on Dev Genius »
-
Performance tips in C# that won’t cost you anything
medium.com Issue #274
Use Count if you know the exact size of the array
-
The Most Expensive Line of Code I Ever Wrote in C#
medium.com Issue #274
Why This Blog Matters Continue reading on Towards Dev »
-
Async vs Parallel in .NET Explained: Stop Mixing Them Up
levelup.gitconnected.com Issue #274
Learn the difference between asynchronous I/O and true parallel execution in C#, and when to use each for scalable apps. Continue reading on Level Up Coding »
-
The EF Core Tuning Guide Microsoft Forgot to Write
medium.com Issue #274
Part 3 of The .NET 9 Cookbook Series Continue reading on .Net Programming »
-
Stop Allocating So Much: .NET 9 Cache and Memory Hacks That Actually Work
medium.com Issue #274
Part 2 of The .NET 9 Cookbook Series Continue reading on .Net Programming »
-
The Little .NET Fixes That Make a Big Difference
singhsukhpinder.medium.com Issue #274
Part 4 of The .NET 9 Cookbook Series