.NET Performance and Optimization Articles, Tutorials & News
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
1407 articles Updated Page 49 of 57
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
.NET Performance and Optimization articles
Page 49 of 57
Newest first
-
Reflection in C#: When and Why You Should (or Shouldn’t) Use It
levelup.gitconnected.com Issue #161
https://levelup.gitconnected.com/reflection-in-c-when-and-why-you-should-or-shouldnt-use-it-37bb3efa130d
-
New HybridCache in .NET9
mareks-082.medium.com Issue #161
https://mareks-082.medium.com/new-hybridcache-in-net9-29b1fa5a674f
-
Reusable Approach to Handling Cancellation Token Logic & Timeout
csharp.com Issue #161
https://www.csharp.com/article/reusable-approach-to-handling-cancellation-token-logic-timeout/
-
Revolutionizing Memory Management in C#: Mastering Inline Arrays
medium.com Issue #160
https://medium.com/@nagarajvela/revolutionizing-memory-management-in-c-mastering-inline-arrays-adceeb7b44ce
-
Putting Tasks in a Cache, and Computing Only Once, when Requested
nodogmablog.bryanhogan.net Issue #160
https://nodogmablog.bryanhogan.net/2025/03/putting-tasks-in-a-cache-and-computing-only-once-when-requested/
-
Understanding .NET Performance with Benchmark.NET: A Comprehensive Breakdown of Each Metric
medium.com Issue #160
https://medium.com/@anderson.buenogod/understanding-net-performance-with-benchmark-net-a-comprehensive-breakdown-of-each-metric-1a237cbd5305
-
Tiny .NET Core Bug Almost Shut Down a Factory!
medium.com Issue #159
https://medium.com/c-sharp-programming/this-tiny-bug-in-our-net-core-api-nearly-took-down-a-factory-feb1a52b4164
-
Understanding SQL Execution Plans
csharp.com Issue #159
https://www.csharp.com/article/understanding-sql-execution-plans/
-
.NET API Rate Limiting: Control Traffic Like a Pro
medium.com Issue #159
https://medium.com/@nagarajvela/net-api-rate-limiting-control-traffic-like-a-pro-40542b889e2b
-
Understanding Barrier() and ReadWriteLockSlim() in C# Multithreading
medium.com Issue #159
https://medium.com/@raindefiance/understanding-barrier-and-readwritelockslim-in-c-multithreading-e864d5bf0dc6
-
Mastering .NET Channels: The Secret to High-Performance Background Processing
medium.com Issue #157
https://medium.com/@ashokreddy343/mastering-net-channels-the-secret-to-high-performance-background-processing-94a2fb86a795
-
Stop Slowing Down Your .NET Core App: Fix These Hidden Performance Traps
medium.com Issue #157
https://medium.com/@jeslurrahman/stop-slowing-down-your-net-core-app-fix-these-hidden-performance-traps-f1db205ccb08
-
Classes vs. Structs in C#: Choosing the Right Tool for Optimal Performance
medium.com Issue #157
https://medium.com/@shamuddin/classes-vs-structs-in-c-choosing-the-right-tool-for-optimal-performance-4222afabeb4d
-
Mastering Async/Await in .NET: Essential Tips, Performance Secrets, and Pro Patterns
medium.com Issue #157
https://medium.com/@Monem_Benjeddou/mastering-async-await-in-net-essential-tips-performance-secrets-and-pro-patterns-88752c65ae0f
-
LINQ: ZIP() Operator
ravindradevrani.com Issue #156
https://ravindradevrani.com/posts/linq-zip-method/
-
3 Game-Changing Features: Why I Left Visual Studio for Rider
medium.com Issue #156
https://medium.com/@eslamhelmy523/3-game-changing-features-why-i-left-visual-studio-for-rider-9dabeddb0644
-
Temp Tables vs. Table Variables vs. CTEs: Which One Should You Really Use?
medium.com Issue #156
https://medium.com/@riturajpokhriyal/temp-tables-vs-table-variables-vs-ctes-which-one-should-you-really-use-b427679038cd
-
Three Essential Performance Tips for .NET 8 and .NET 9
medium.com Issue #156
https://medium.com/@moochdt003/three-essential-performance-tips-for-net-8-and-net-9-a51c4010e6a2
-
Understanding Pass-by-Value in C# and Struct Performance
medium.com Issue #156
https://medium.com/@julienaspirot/understanding-pass-by-value-in-c-and-struct-performance-36be80cd7af1
-
.NET Core File I/O Best Practices: Create, Copy, Move, and ZIP Like a Pro
medium.com Issue #156
https://medium.com/@nagarajvela/net-core-file-i-o-best-practices-create-copy-move-and-zip-like-a-pro-d92dbcb8dbbb
-
Reduce Latency & Memory Usage with Lazy Dependency Injection in .NET
medium.com Issue #156
https://medium.com/@julienaspirot/reduce-latency-memory-usage-with-lazy-dependency-injection-in-net-5db94763e574
-
Slow LINQ Query? Here’s How to Fix It
medium.com Issue #155
https://medium.com/dare-to-be-better/slow-linq-query-heres-how-to-fix-it-d96271a0dc0a
-
C# Unsafe.As Secrets: Use It Wisely!
medium.com Issue #154
https://medium.com/@shamuddin/c-unsafe-as-secrets-use-it-wisely-a6ebc25a2d23
-
Keyset Pagination in Entity Framework Core for Efficient Data Retrieval
csharp.com Issue #154
https://www.csharp.com/article/keyset-pagination-in-entity-framework-core-for-efficient-data-retrieval/
-
Optimizing Azure Blob Performance with OpenReadAsync & Chunked Download
csharp.com Issue #154
https://www.csharp.com/article/optimizing-azure-blob-performance-with-openreadasync-chunked-download/