C# performance and Azure savings
A varied .NET roundup covering async and GC tuning, C# language tips, Azure cost control, Copilot modes, ASP.NET Core, and SQL advice.
Jasen's top three picks
- 1 .NET Isn’t Just Back. It’s The Future.
medium.com
A solid opener on where .NET feels headed, not just where it’s been.
- 2 Enums in C#: A Beginner’s Guide to Smarter, Safer Code
medium.com
Good reminders that async isn’t always the answer and GC still matters in production.
- 3 You Thought Async Was Faster — These 5 Sync Fixes Prove Otherwise in .NET
medium.com
The Copilot pieces are timely if you’re comparing chat, agent, and IDE-integrated workflows.
Editor's note
I picked a familiar mix this time: language fundamentals, performance work, cloud cost control, and developer tooling. The LOH and .NET 9 GC pieces are especially worth a read if you’re chasing production wins, while the Copilot mode article and VS Code video show where the workflow is headed.
Today's articles
.NET Isn’t Just Back. It’s The Future.
medium.com
https://medium.com/@krativarshney7/net-isnt-just-back-it-s-the-future-d0bb0cdccde7
Read articleEnums in C#: A Beginner’s Guide to Smarter, Safer Code
medium.com
https://medium.com/@sweetondonie/enums-in-c-a-beginners-guide-to-smarter-safer-code-cd3374786bbe
Topics: C#
Read articleYou Thought Async Was Faster — These 5 Sync Fixes Prove Otherwise in .NET
medium.com
https://medium.com/@mohsho10/you-thought-async-was-faster-these-5-sync-fixes-prove-otherwise-in-net-a706c52b02bb
Topics: C# Performance
Read articleEven more Underrated .NET packages that will save you 100s of lines of code
medium.com
https://medium.com/@freakyali/even-more-underrated-net-packages-that-will-save-you-100s-of-lines-of-code-3aba6c0f5714
Topics: .NET Core
Read articleAsk Mode vs Agent Mode – Choosing the Right Copilot Experience for .NET
devblogs.microsoft.com
https://devblogs.microsoft.com/dotnet/ask-mode-vs-agent-mode/
Topics: GitHub Copilot Visual Studio Code
Read articleDiagnosing and Fixing Large Object Heap (LOH) Issues in .NET
medium.com
https://medium.com/@kittikawin_ball/diagnosing-and-fixing-large-object-heap-loh-issues-in-net-6433165f0dbe
Topics: .NET 9 Performance
Read article10 Sharp C# Tricks That Made My Codebase 30% Smaller
medium.com
https://medium.com/@yaseer.arafat/10-sharp-c-tricks-that-made-my-codebase-30-smaller-e35b7c7cb44c
Topics: C# Solid Principles
Read articleCoding agent integration in VS Code
youtube.com
https://www.youtube.com/watch?v=xGYHPN5NNd0
Topics: GitHub Copilot Visual Studio Code
Read articleSQL Best Practices from a .NET Core Developer’s Lens — What I Wish I Knew Earlier
medium.com
https://medium.com/@sunita.rawat.cgi/sql-best-practices-from-a-net-core-developers-lens-what-i-wish-i-knew-earlier-b954a8b83a41
Topics: .NET Core SQL Server
Read article5 More .NET Tips That Make Your Code Faster, Smarter & Leaner
medium.com
https://medium.com/@freakyali/5-more-net-tips-that-make-your-code-faster-smarter-leaner-e071f1a845f5
Topics: C# Performance
Read article🔥 How to Consume Web API in ASP.NET MVC Using HttpClien
c-sharpcorner.com
https://www.c-sharpcorner.com/article/how-to-consume-web-api-in-asp-net-mvc-using-httpclien/
Topics: ASP.NET Core Web API
Read articleAzure Blob Storage Is Not a Database — Here’s the Microsoft-Approved Fix
blog.devgenius.io
https://blog.devgenius.io/azure-blob-storage-is-not-a-database-heres-the-microsoft-approved-fix-c51278ce3bf9
Read article10 Code Patterns That Shrink Your Azure Bill (Used by Microsoft Engineers)
medium.com
https://medium.com/@mohsho10/10-code-patterns-that-shrink-your-azure-bill-used-by-microsoft-engineers-0209bcd1a4ff
Topics: Azure Performance
Read articleVibe Coding Is Actually Prompt-Oriented Development (POD)
c-sharpcorner.com
https://www.c-sharpcorner.com/article/vibe-coding-is-actually-prompt-oriented-development-pod/
Topics: C# GitHub Copilot
Read articleA complete guide to async programming in C#: understand threading, non-blocking I/O, await…
medium.com
https://medium.com/@lstalin.paul/a-complete-guide-to-async-programming-in-c-understand-threading-non-blocking-i-o-await-f3f178dc6746
Topics: C# Performance
Read articleBuilding Modern Web Applications with ASP.NET Core
c-sharpcorner.com
https://www.c-sharpcorner.com/article/building-modern-web-applications-with-asp-net-core/
Topics: ASP.NET Core Web API
Read articleWhy .NET 9 Is Slower in Production (And How to Fix Its GC Bottleneck)
medium.com
https://medium.com/inside-the-if/why-net-9-is-slower-in-production-and-how-to-fix-its-gc-bottleneck-99b6cbbb4dd8
Topics: .NET 9 Performance
Read articleRethinking Switch Statements in C#: Embrace Polymorphism Instead
blog.stackademic.com
https://blog.stackademic.com/rethinking-switch-statements-in-c-embrace-polymorphism-instead-a68689b214f9
Topics: C# Design Patterns
Read articleBuilding a Cohesive .NET-Powered Data Platform
medium.com
https://medium.com/@Adem_Korkmaz/building-a-cohesive-net-powered-data-platform-7cb67025fb73
Read article