.NET Performance and Optimization Articles, Tutorials & News
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
1407 articles Updated Page 34 of 57
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
.NET Performance and Optimization articles
Page 34 of 57
Newest first
-
Top 5 Performance Benefits of Backend Frameworks Golang and .NET
medium.com Issue #266
Choosing a backend framework isn’t just a technical choice; it’s also a strategic one that has a direct effect on how well your app can…
-
Feature flags in .NET with IFeatureManager
medium.com Issue #266
IFeatureManager from the Microsoft.FeatureManagement package manages feature flags in .NET.
-
.NET : Build your own HybridCache!
medium.com Issue #266
Mastering MCP Integration: Build AI-Powered Database Tools with .NET
-
Mastering API Pagination Methodology with the Microsoft Stack
c-sharpcorner.com Issue #266
This comprehensive guide covers API pagination in ASP.NET Core, explaining methods like offset, cursor, token, and time-based pagination, plus best practices, performance tips, and real-world use case...
-
5 Easy EF Core Performance Tricks Every .NET Developer Should Know
medium.com Issue #265
When I first started building apps with Entity Framework Core, I felt like I had unlocked some sort of ORM magic.
-
-
C# out vs ref: Real-World Examples You’ll Actually Use
medium.com Issue #265
If you’ve ever been confused about when to use out or ref in C#, you’re not alone. These two keywords allow you to pass parameters by…
-
Exploring the Power of .NET Application Development
medium.com Issue #265
.NET application development enables businesses to create scalable, secure, and high-performing solutions tailored to on-demand needs…
-
5 Subtle .NET Tips That Prevent Bugs and Boost Performance
blog.stackademic.com Issue #265
Write safer, faster code by understanding async waits, null safety, and struct initialization tricks. Continue reading on Stackademic »
-
Distributed Caching In ASP.NET Core With Redis
medium.com Issue #265
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
Build Next-Gen AI Apps with .NET and Azure
youtube.com Issue #264
10 Real-World Ways to Make Your EF Core Queries Faster
-
Structured Logging in .NET: Why You Should Avoid String Interpolation
mariemoalla.medium.com Issue #264
It’s easy to overlook how small differences in logging syntax can affect performance, log structure, and searchability.
-
⚙️ When Threads Collide: A Real-World Dive into TaskScheduler and IAsyncEnumerable in C#
medium.com Issue #264
“Everything was working fine until… it wasn’t.” That’s how most async bugs introduce themselves in production. Continue reading on CodeToDeploy »
-
Mastering EF Core: A Deep Dive into High-Performance Data Access for Modern .NET Developers
blog.yaseerarafat.com Issue #264
Dive beyond CRUD with EF Core mastery. Debug, optimize, and architect like a pro in a vivid neon-lit future of data-driven development.
-
Supercharge Your .NET 8 Applications with Smart Caching Strategies
medium.com Issue #264
Performance is the silent hero of user experience. When your application responds instantly to user requests, users don’t notice — and… Continue reading on .Net Programming »
-
Entity Framework Core Tip: When to use .Include() vs .Select()
c-sharpcorner.com Issue #264
When querying in Entity Framework Core, both.Include() and .Select() can help shape your data — but they serve different purposes.
-
The Final Boss of Cancellation Tokens in .NET
blog.stackademic.com Issue #263
Performance, pitfalls, and the 5 rules that separate pros from amateurs. Continue reading on Stackademic »
-
Leveling Up with Cancellation Tokens in .NET
blog.stackademic.com Issue #263
Advanced patterns like linked tokens, async streams, and making APIs truly cancellation-aware. Continue reading on Stackademic »
-
Difference Between Task, async/await, and Threading in .NET
c-sharpcorner.com Issue #262
This article explains the core differences between Task, async/await, and traditional Threading in .NET. Learn how they work, when to use each, and how they impact performance, scalability, and readab...
-
.NET 10 Preview 6: The Performance & Security Powerhouse You’ve Been Waiting For
blog.stackademic.com Issue #262
The momentum behind .NET continues its relentless march as Microsoft introduces .NET 10 Preview 6, propelling the development ecosystem… Continue reading on Stackademic »
-
How to Cut Your Cloud Bill in Half with Zero Code Changes in .NET Apps
medium.com Issue #262
No refactors. No new features. Just smart config tuning. Here’s how I saved thousands in cloud costs by tweaking autoscaling, storage… Continue reading on .Net Programming »
-
Mastering Async/Await in C#: Common Pitfalls and How to Avoid Them
medium.com Issue #262
Mastering Async/Await in C#: Common Pitfalls and How to Avoid Them
-
What’s New in .NET 9: Performance and Features Review
medium.com Issue #262
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
LINQ : Advanced Techniques Every .NET Developer Should Master in 2025
medium.com Issue #261
Write LINQ that reads like C# and runs like SQL—clean and fast.
-
Multithreading in C# .NET Core: A Real-World Guide (With Code, Mistakes, and Clarity)
medium.com Issue #261
“Why is my app freezing?” “Why is this taking so long to load?” “My API works fine — until multiple users hit it at once…” Continue reading on CodeToDeploy »