performance
.NET Performance and Optimization Articles, Tutorials & News
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
1586 articles Updated Page 41 of 64
Browse additional .NET Performance and Optimization articles from the DotNetNews archive.
.NET Performance and Optimization articles
Page 41 of 64
Newest first
-
How I Cut My .NET Web App Load Time by 73% with Azure CDN — And How You Can Too
Medium Issue #267
Discover the exact configuration, caching strategies, and deployment tweaks that transformed a sluggish .NET app into a lightning-fast…
-
5 .NET Performance Tips to Make Your Apps Run Faster and Cleaner
blog.stackademic.com Issue #266
Unlock hidden performance gains with easy-to-apply .NET coding best practices. Continue reading on Stackademic »
-
Bulk Inserts in .NET: Fast, Lock-Friendly with SqlBulkCopy
Medium Issue #266
Import millions of records in SQL Server with batching for maximum throughput and minimal locking.
-
Async/Await Done Right in .NET for High-Throughput APIs
Medium Issue #266
Avoiding deadlocks and unlocking true concurrency in production-grade .NET services.
-
Top 5 Performance Benefits of Backend Frameworks Golang and .NET
Medium 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 Issue #266
IFeatureManager from the Microsoft.FeatureManagement package manages feature flags in .NET.
-
.NET : Build your own HybridCache!
Medium Issue #266
Mastering MCP Integration: Build AI-Powered Database Tools with .NET
-
Mastering API Pagination Methodology with the Microsoft Stack
C# Corner 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 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 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 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 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 Issue #264
10 Real-World Ways to Make Your EF Core Queries Faster
-
Structured Logging in .NET: Why You Should Avoid String Interpolation
Medium 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 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 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# Corner 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# Corner 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 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 »