.NET Performance and Optimization Articles, Tutorials & News
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
1407 articles Updated Page 15 of 57
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
.NET Performance and Optimization articles
Page 15 of 57
Newest first
-
.NET MAUI Apps Architecture and Use Cases
medium.com Issue #379
Developers love .NET MAUI apps for crafting high-performance solutions across multiple platforms from one codebase.
-
10 Reasons to Upgrade to .NET 10
antondevtips.com Issue #379
Explore reasons to upgrade to .NET 10 and C# 14: Long-Term Support (LTS) Release, Performance improvements in ASP.NET Core and .NET, File-Based Apps, Server-Sent Events (SSE), Extension Members in C#
-
Making LINQ Fast: A Simple Guide to High-Performance Queries
medium.com Issue #379
We’ve all been there: you write a beautiful, one-line LINQ query that feels like a work of art. It’s readable, it’s elegant, and it does…
-
Visual Studio Tips That Save Hours
c-sharpcorner.com Issue #378
Unlock peak productivity in Visual Studio! Discover 14 time-saving tips, from AI-powered IntelliCode to debugging secrets and hot reload. Stop wasting time, start coding smarter!
-
.NET 10: Zip and GZip API Improvements
anthonygiretti.com Issue #378
Introduction Compression APIs like ZipArchive and GZipStream have been part of .NET for years. They’ve...
-
Displaying Large amounts of Records in ASP.NET Core MVC
c-sharpcorner.com Issue #378
Master displaying large datasets in ASP.NET Core MVC! Learn efficient techniques like Razor tables, AJAX partials, and server-side DataTables for optimal performance.
-
Object Storage: Using Minio with .NET Core
medium.com Issue #378
Let’s Imagine that you (a great developer) are building an app in which you want to be able to store files/images/documents or … anything
-
Modern Task Management in .NET with ConfigureAwaitOptions — Advanced ConfigureAwait
medium.com Issue #377
The Task.ConfigureAwait(false) we’ve been using for years is no longer enough on its own. With .NET 8, a new enum has been introduced that…
-
Building Zero-Allocation Parsers in C# .NET
jordansrowles.medium.com Issue #377
Creating a zero allocation parser in C# using ref struct.
-
10 C# Features You’re Probably Using Wrong
c-sharpcorner.com Issue #377
Avoid common C# pitfalls! Learn to use async/await, LINQ, records, and other features correctly for better performance, readability, and maintainability. Level up your C# skills!
-
The .NET Core Feature That Saved Us 40% Cloud Cost Overnight
medium.com Issue #376
When working in the cloud, one fear always looms overhead — 👉 The Monthly Bill Continue reading on Dot Net, API & SQL Learning »
-
EF Core Tricks for Bulk Reading Large Data Sets
codingsonata.medium.com Issue #376
Dive into the EF Core Tricks for Bulk reading Large Data Sets by exploring the 5 methods of Entity Framework Extensions of ZZZ Projects
-
What the CLR Really Does While Your App Is Running
medium.com Issue #376
Most developers know CLR stands for Common Language Runtime. Fewer developers know what it’s actually doing every millisecond your app is…
-
7 Entity Framework Core Optimization Techniques
medium.com Issue #376
A summary of my work during my internship on a picking command handler, optimizing database operations in .NET applications with examples…
-
⚠ Redis Batch Deadlock — A Hidden Async Bug
mahraz-hasnat.medium.com Issue #376
While working with StackExchange.Redis, I faced a strange issue. My code looked correct, but this line never completed:
-
Extremely FAST Caching Repository With Decorator Pattern in ASP.NET Core
medium.com Issue #376
If You want the full source code Click :Here
-
Code Coverage in .NET: % to confidence
medium.com Issue #376
When we say “code coverage,” most people think it’s a single percentage that tells whether our tests are “good.” In reality, coverage is a…
-
How to Improve Performance in C# Applications
c-sharpcorner.com Issue #375
Boost C# app performance! Learn proven techniques: reduce allocations, use async, optimize data structures, and more. Build faster, scalable, reliable apps.
-
Solving the Distributed Cache Invalidation Problem with Redis and HybridCache
milanjovanovic.tech Issue #375
Learn how to solve the distributed cache invalidation problem in .NET 9 by implementing a Redis Pub/Sub backplane to synchronize HybridCache instances across multiple nodes.
-
Collection Performance: High-Performance Collection Randomization in .NET
dotnettips.wordpress.com Issue #375
The article examines shuffling options in .NET 8, highlighting the performance of three APIs: LINQ.Shuffle(), Random.Shuffle(), and RandomNumberGenerator.Shuffle().
-
Why .NET Core Still Feels Like the Future of Backend Development
c-sharpcorner.com Issue #375
.NET Core remains a top choice for backend development in 2026. Explore its cross-platform capabilities, performance, cloud-native features, and robust security. A future-proof ecosystem!
-
Why Choosing the Wrong C# Collection Slowly Breaks Your Code
medium.com Issue #375
Choosing the right collection in C# is more than a coding detail — it’s a key design decision that affects your app’s stability…
-
How Does Garbage Collection Work in C#?
c-sharpcorner.com Issue #374
Unlock C#'s automatic memory management! Learn how garbage collection reclaims unused memory, preventing leaks and boosting performance. A must-read for C# developers!
-
DiskANN: An overview of vector indexing in Azure SQL and Fabric SQL | Data Exposed
youtube.com Issue #374
Microsoft Azure SQL: https://aka.ms/msazuresqlyt Microsoft SQL Server: https://aka.ms/mssqlserveryt
-
Optimizing .NET App Performance: How Developers in India and Globally Can Build Faster Applications
c-sharpcorner.com Issue #373
Boost .NET app performance! Learn AOT compilation, diagnostics, async programming, and memory management. Essential for developers in India and globally.