performance
.NET Performance and Optimization Articles, Tutorials & News
.NET Performance and Optimization articles, tutorials, and news from the DotNetNews archive.
1498 articles Updated Page 37 of 60
Browse additional .NET Performance and Optimization articles from the DotNetNews archive.
.NET Performance and Optimization articles
Page 37 of 60
Newest first
-
Copilot Diagnostics toolset for .NET In Visual Studio
devblogs.microsoft.com Issue #270
Debugging doesn’t have to be a grind. With Copilot woven into Visual Studio, you get AI-powered breakpoints, insights, exception fixes, and performance summaries all right where you work. The post Co...
-
Indexing Internals for Developers and DBAs
visualstudiomagazine.com Issue #270
Microsoft’s Bradley Ball dives into the inner workings of SQL Server indexing to help developers and DBAs speak the same language, avoid common pitfalls, and boost performance with smarter, more inten...
-
From Stack to Span<T> — A Recap into C#’s Memory
c-sharpcorner.com Issue #269
Explore C# memory management, from stack vs heap to structs and contiguous memory. Learn how Span<T> enables efficient slicing without allocations, optimizing performance and reducing GC overhead i...
-
11 LINQ Calls Microsoft Engineers Replace for Up to ~2× Throughput
blog.devgenius.io Issue #269
(With analyzers, docs, and a reproducible benchmark harness) Continue reading on Dev Genius »
-
Entity Framework Performance Tuning: Tips for Faster Queries
medium.com Issue #269
Best Practices for Optimizing EF Core Performance in .NET
-
Building a High-Performance API with .NET and PostgreSQL
medium.com Issue #269
When I started building APIs, I thought: “If it works, it’s good.” Then came my first production issue: API calls that took forever. I…
-
Stop Picking the Wrong .NET Collection — A Principal Engineer’s Field Guide
towardsdev.com Issue #269
A .NET Engineer’s Field Guide to Lists, Sets, Dictionaries, Queues, Stacks, Sorted, Immutable, Concurrent & Frozen Continue reading on Towards Dev »
-
C# Boxing: A Hidden Performance Enemy (Defeat It Now)
levelup.gitconnected.com Issue #269
Master boxing in C# to write faster, cleaner code. Continue reading on Level Up Coding »
-
EF Core Performance Secrets: Querying at Warp Speed
medium.com Issue #268
Advanced optimization techniques to make Entity Framework Core handle massive datasets with minimal latency.
-
The Art of Disposal: Mastering IDisposable in C#
blog.stackademic.com Issue #267
Avoid leaks and write robust, maintainable .NET applications like a pro Continue reading on Stackademic »
-
Everything You Need to Know About the Latest in C#
youtube.com Issue #267
Async EF Core: Supercharging Queries with ValueTask & AsNoTracking
-
Why Your CancellationToken Doesn’t Actually Cancel Anything (Most of the Time) — And the…
blog.devgenius.io Issue #267
🧠 Why This Blog Matters Every .NET dev has written something like this: Continue reading on Dev Genius »
-
How I Cut My .NET Web App Load Time by 73% with Azure CDN — And How You Can Too
medium.com 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.com 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.com Issue #266
Avoiding deadlocks and unlocking true concurrency in production-grade .NET services.
-
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 »