performance
.NET Performance and Optimization Articles, Tutorials & News
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
1396 articles Updated Page 10 of 56
Browse additional .NET Performance and Optimization articles from the DotNetNews archive.
.NET Performance and Optimization articles
Page 10 of 56
Newest first
-
What is async and await in C# with Example
c-sharpcorner.com Issue #419
Unlock the power of async/await in C#! Learn how to build responsive, scalable .NET applications with non-blocking asynchronous programming. Includes practical examples!
-
How to Improve Performance in C# Applications
c-sharpcorner.com Issue #417
Boost C# app performance! Learn async/await, database optimization, caching, and more. Build faster, scalable, and reliable .NET software. Optimize now!
-
-
Preventing Concurrency Conflicts in EF Core
trevoirwilliams.com Issue #416
Imagine a web application where multiple users interact with the same data simultaneously. This can lead to a concurrency conflict. Let us explore how you can effectively implement and manage these me...
-
.NET R&D Digest (February, 2026)
olegkarasik.wordpress.com Issue #416
This issue includes bits of AI, software development, performance, operating systems, C#, patterns, and of course a lot of .NET.
-
C# Performance Optimization Techniques Every Developer Should Know
c-sharpcorner.com Issue #416
Boost C# app performance! Master value/reference types, minimize allocations, optimize LINQ, and conquer concurrency. Profile, cache, and choose collections wisely.
-
Garbage Collection Internals in .NET: How Memory Management Really Works
c-sharpcorner.com Issue #416
Unlock .NET's garbage collection secrets! Explore generational memory management, LOH behavior, GC modes, and optimization techniques for high-performance C# apps.
-
⚡ 15 C# Performance Mistakes That Kill Your Application (And How to Fix Them).
c-sharpcorner.com Issue #415
Boost C# app performance! Discover 15 common mistakes that kill scalability & learn how to fix them. Essential for APIs, microservices, & high-throughput systems.
-
Top 10 Software Development Trends in 2026 | Facile Technolab
faciletechnolab.com Issue #414
Discover the Top 10 Software Development Trends in 2026. AI-native development, edge computing, DevSecOps, cloud-native strategies, sustainability, and practical steps to future-proof your software.
-
Building High-Performance APIs with ASP.NET Core: A Practical Guide for Production
blog.stackademic.com Issue #414
Modern applications live and die by API performance. Slow endpoints increase infrastructure costs, reduce scalability, and hurt user… Continue reading on Stackademic »
-
How C# Strings Silently Kill Your SQL Server Indexes in Dapper
consultwithgriff.com Issue #414
A common Dapper pattern that causes SQL Server to ignore your indexes and scan entire tables.
-
Demystifying .NET
shadhujan.medium.com Issue #414
The Missing Manual for password security, understanding CPU vs. I/O-bound work, and why your password verification is pure synchronous…
-
Global Query Filters in EF Core - Soft Delete, Multi-Tenancy & Named Filters in .NET 10
codewithmukesh.com Issue #414
Master global query filters in EF Core 10 with named filters, soft delete, multi-tenancy, IgnoreQueryFilters, and performance tips.
-
What If Your .NET API Could Be Half the Size? Introducing ToonSharp for .NET
medium.com Issue #413
A hands-on guide to ToonSharp: smaller payloads, cleaner syntax, and a familiar API you can drop into any .NET project today.
-
Why IEnumerable Can Kill Performance in Hot Paths
blog.elmah.io Issue #412
For F1 racing, choosing the right car is as important as your expertise. No matter how skilled you are, if you race in an ordinary car, you can't stand out. You need to understand the race and use the...
-
Solving the distributed cache invalidation
csharpdigest.net Issue #412
HybridCache combines fast in-memory caching with distributed caching like Redis
-
Clean Architecture With Document Databases, Minimal APIs, and CQRS in .NET 10
medium.com Issue #411
Part 1 — Laying a Rock-Solid Foundation Continue reading on Stackademic »
-
C# Rounding Demystified: The Ultimate Guide to Rounding Numbers in .NET
medium.com Issue #410
If you’ve ever Googled “C# round” hoping for clear, practical guidance on rounding numbers in .NET, you’re not alone. Rounding is one of…
-
Scheduled jobs using Background Service in .NET
medium.com Issue #410
When building .NET applications, developers often focus on user-facing features — APIs, UI, and business logic. But behind the scenes…
-
How to Reverse a String in C#
c-sharpcorner.com Issue #409
Learn two efficient methods to reverse strings in C# using Array.Reverse() and loops. Understand the immutability of strings, performance considerations, and real-world applications. Master this funda...
-
The Sinking Ship: Protecting .NET Microservices with the Bulkhead Pattern
devblogs.microsoft.com Issue #409
A practical guide to isolating resources and preventing cascading failures in distributed systems using Polly.
-
-
Why I Replaced Microsoft’s DI Container — And Never Looked Back
fries-dotnet-legacy.medium.com Issue #408
DryIoC delivers what the built-in container promises but can’t keep: speed, flexibility, and control over complex dependency graphs.
-
CurlDelegating Handler in .NET
srinjoysantra.medium.com Issue #408
Debug your .NET core http client requests by logging as curl
-