performance
.NET Performance and Optimization Articles, Tutorials & News
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
1586 articles Updated Page 55 of 64
Browse additional .NET Performance and Optimization articles from the DotNetNews archive.
.NET Performance and Optimization articles
Page 55 of 64
Newest first
-
Memory Leaks Due to Unmanaged Resources
medium.com Issue #173
https://medium.com/dot-net-sql-learning/memory-leaks-due-to-unmanaged-resources-89e99780212d?source=rss------dotnet-5
-
C# 12 Inline Arrays vs Traditional Arrays: Why Performance-Critical Code Needs Them
medium.com Issue #173
https://medium.com/asp-dotnet/c-12-inline-arrays-vs-traditional-arrays-why-performance-critical-code-needs-them-7d1c38a4f8ef
-
Microsoft .NET Code Analysis: Improve .NET Performance by Reusing Constant Arrays
dotnettips.wordpress.com Issue #172
https://dotnettips.wordpress.com/2025/04/04/microsoft-net-code-analysis-improve-net-performance-by-reusing-constant-arrays/
-
Top 20 SQL Best Practices Every Developer Should Follow
csharp.com Issue #172
https://www.csharp.com/blogs/top-20-sql-best-practices-every-developer-should-follow
-
How I introduced a bug using IEnumerable in a wrong way(and what I learned)
medium.com Issue #172
https://medium.com/@samuelSimpleDev/how-i-introduced-a-bug-using-ienumerable-in-a-wrong-way-and-what-i-learned-c2e68c868bda
-
EF Core Bulk Insert: Boost Your Performance With Entity Framework Extensions
antondevtips.com Issue #170
https://antondevtips.com/blog/ef-core-bulk-insert-boost-your-performance-with-entity-framework-extensions
-
C# Parallel ForEach: Effortless Speed Gains!
medium.com Issue #170
https://medium.com/@nagarajvela/c-parallel-foreach-effortless-speed-gains-43d8b855dee6
-
Exploring PLINQ (Parallel LINQ) for Parallel Processing
c-sharpcorner.com Issue #170
https://www.c-sharpcorner.com/article/exploring-plinq-parallel-linq-for-parallel-processing/
-
Memory Management in .NET
c-sharpcorner.com Issue #170
https://www.c-sharpcorner.com/article/memory-management-in-net2/
-
ASP.NET Core auth, Copilot, tracing
DotNetNews Issue #169
This issue spans login forms, C# language updates, Copilot agent mode, caching, testing, tracing, MAUI, and microservices guidance.
-
Still Debugging .NET Microservices in the Dark? You’re Not Alone.
medium.com Issue #168
https://medium.com/turbo-net/still-debugging-net-microservices-in-the-dark-youre-not-alone-f633914d9b80
-
Why .NET Developers Age Faster (According to Science I Just Made Up)
levelup.gitconnected.com Issue #168
https://levelup.gitconnected.com/why-net-developers-age-faster-according-to-science-i-just-made-up-dc61b047f4ef
-
Improve performance and security using Standard Load Balancer and Standard SKU public IP addresses in Azure DevTest Labs
devblogs.microsoft.com Issue #168
https://devblogs.microsoft.com/develop-from-the-cloud/improve-performance-and-security-using-standard-load-balancer-and-standard-sku-public-ip-addresses-in-azure-devtest-labs/
-
C# Performance Oversights Senior Developers Miss: List vs. Dictionary
medium.com Issue #167
https://medium.com/@bairagi44/c-performance-oversights-senior-developers-miss-list-vs-dictionary-b6f8b4be7db8
-
AI forms, APIs, and C# patterns
DotNetNews Issue #166
A varied .NET roundup covering MAUI data forms, ASP.NET Core APIs, C# language and design-pattern refreshers, AI tooling, testing, and SQL Server.
-
.NET Core Troubleshooting (Performance, Stress Log)
medium.com Issue #164
https://medium.com/@meriffa/net-core-troubleshooting-performance-stress-log-32342c23f8e6
-
“Thread Pool” how does it work?
medium.com Issue #164
https://medium.com/@anton.baksheiev_61725/thread-pool-how-does-it-work-2fcfdf56187e?source=rss------csharp-5
-
-
C# Performance Tuning: Optimize Speed & Scalability for Data-Heavy Applications
medium.com Issue #164
https://medium.com/turbo-net/c-performance-tuning-optimize-speed-scalability-for-data-heavy-applications-a3f8df0d4411
-
The Ultimate Guide to Caching in .NET 8: Examples and Real-World Scenarios
medium.com Issue #163
https://medium.com/@ashokreddy343/the-ultimate-guide-to-caching-in-net-8-examples-and-real-world-scenarios-c7d5220adf57
-
CancellationToken in .NET: What Are They and Why Should You Use Them?
medium.com Issue #162
https://medium.com/@adrianbailador/cancellationtoken-in-net-what-are-they-and-why-should-you-use-them-3f861b5107be
-
Boost .NET Performance with FusionCache: A High-Performance Caching Library
medium.com Issue #162
https://medium.com/@ekondur/boost-net-performance-with-fusioncache-a-high-performance-caching-library-0c081ca67553
-
Big O Notation in C# with LINQ
medium.com Issue #162
https://medium.com/@ganesh.s.gurav/big-o-notation-in-c-with-linq-a13a95587979
-
Microsoft .NET Code Analysis: Boosting Performance with Span and Memory
dotnettips.wordpress.com Issue #162
https://dotnettips.wordpress.com/2025/03/19/microsoft-net-code-analysis-boosting-performance-with-span-and-memory/
-
Understanding HashSet in C#
csharp.com Issue #162
https://www.csharp.com/article/understanding-hashset-in-c-sharp/