ASP.NET Core, async traps, and .NET 10 updates
A varied .NET roundup with middleware, authentication, DI, async bugs, EF Core vs Dapper, Azure tips, and .NET 10 previews.
Jasen's top three picks
- 1 Middleware in ASP.NET Core — Explained Like You’re Coding Daily but Still Unsure What It Does
medium.com
A solid middleware refresher for anyone who knows the pipeline exists but still wants the mental model to click.
- 2 99% of C# Devs Miss This Async Bug — It Crashes Real Apps Silently
medium.com
Good warning shot on async mistakes; these are the sort of bugs that look harmless in code review and hurt in production.
- 3 ️ Using CSharpier Per-Solution in JetBrains Rider
rafee03.medium.com
Rider + CSharpier is the kind of practical tooling note I like: small setup, big consistency payoff.
Editor's note
I kept this issue deliberately mixed: fundamentals, tooling, data access, and a few forward-looking .NET 10 pieces. The async articles and the middleware explainer stand out because they tackle bugs and concepts that still trip up experienced teams. I also like seeing practical pieces on configuration and DI alongside the C# 14 and source generators coverage.
Today's articles
Middleware in ASP.NET Core — Explained Like You’re Coding Daily but Still Unsure What It Does
medium.com
https://medium.com/@sweetondonie/middleware-in-asp-net-core-explained-like-youre-coding-daily-but-still-unsure-what-it-does-9fbc7fe1acb4
Topics: ASP.NET Core Minimal APIs
Read article99% of C# Devs Miss This Async Bug — It Crashes Real Apps Silently
medium.com
https://medium.com/@mohsho10/99-of-c-devs-miss-this-async-bug-it-crashes-real-apps-silently-34a3a9489329
Topics: C# Performance
Read article️ Using CSharpier Per-Solution in JetBrains Rider
rafee03.medium.com
https://rafee03.medium.com/%EF%B8%8F-using-csharpier-per-solution-in-jetbrains-rider-3b8677c490fd
Topics: Visual Studio Visual Studio Code
Read articleBuilding an Inventory-Management System with ASP.NET 9
medium.com
https://medium.com/@michaelmaurice410/building-an-inventory-management-system-with-asp-net-9-c04cc38cc7ef
Topics: ASP.NET Core .NET 9
Read article️ Authentication vs Authorization in ASP.NET Core
medium.com
https://medium.com/@sweetondonie/%EF%B8%8F-authentication-vs-authorization-in-asp-net-core-792c46760c25
Topics: ASP.NET Core Authentication Authorization
Read articleFrom EF Core to Dapper — Is Raw SQL Worth the Hype?
medium.com
https://medium.com/@michaelmaurice410/from-ef-core-to-dapper-is-raw-sql-worth-the-hype-7dc99f92b21f
Read articleLogging in ASP.NET Core Web API Using MongoDB
c-sharpcorner.com
https://www.c-sharpcorner.com/article/logging-in-asp-net-core-web-api-using-mongodb/
Topics: ASP.NET Core MongoDB
Read articleStop Misusing async/await: 9 Hidden C# Pitfalls That Slow You Down
medium.com
https://medium.com/@mohsho10/stop-misusing-async-await-hidden-c-pitfalls-that-slow-you-down-568a41baa58d
Topics: C# Performance
Read articleWhich .NET Mapping Library Should You Use?
medium.com
https://medium.com/@ashokreddy343/which-net-mapping-library-should-you-use-eafa0d191993
Read articleDon't reinvent the wheel - configuration
josef.codes
https://josef.codes/dont-reinvent-the-wheel-configuration-dotnet-core/
Topics: .NET Core
Read articleRun C# File Instantly with .NET 10
c-sharpcorner.com
https://www.c-sharpcorner.com/article/run-c-sharp-file-instantly-with-net-10/
Read articleProfessional Code and Best Practices with C# 14 and .NET 10
c-sharpcorner.com
https://www.c-sharpcorner.com/article/professional-code-and-best-practices-with-c-sharp-14-and-net-10/
Read articleWhy Most .NET Developers Miss Out on Azure’s Best Features (And How Not to Be One of Them)
medium.com
https://medium.com/turbo-net/why-most-net-developers-miss-out-on-azures-best-features-and-how-not-to-be-one-of-them-38df10a94292?source=rss------dotnet-5
Read articleGuide to Add Custom Modules in ABP.IO App
c-sharpcorner.com
https://www.c-sharpcorner.com/article/guide-to-add-custom-modules-in-abp-io-app2/
Topics: Design Patterns .NET Core
Read articleWebSocket vs REST in .NET: Key Differences and Use Cases
medium.com
https://medium.com/@hasanmcse/websocket-vs-rest-in-net-key-differences-and-use-cases-c63d733afb98
Read articleOn .NET Live - On .NET Live - Source Generators in Jinget
youtube.com
https://www.youtube.com/watch?v=GHCPO-gusF4
Topics: .NET Core Source Generators
Read articleFlight Ticketing System with Decorator and Factory Patterns in C#
mcuslu.medium.com
https://mcuslu.medium.com/flight-ticketing-system-with-decorator-and-factory-patterns-in-c-d962f759433d
Topics: C# Design Patterns
Read article“Why Is My UI Slow?!” — 7 Killer Techniques to Supercharge .NET App Performance
dotnetfullstackdev.medium.com
https://dotnetfullstackdev.medium.com/why-is-my-ui-slow-7-killer-techniques-to-supercharge-net-app-performance-769667918ccb
Topics: .NET Core Performance
Read articleAppSettings & Configuration in ASP.NET Core — What’s Going On?
medium.com
https://medium.com/@sweetondonie/appsettings-configuration-in-asp-net-core-whats-going-on-f6387e55c462
Topics: ASP.NET Core .NET Core
Read articleModern C# in 2025: What You Should Be Using (and What to Retire)
c-sharpcorner.com
https://www.c-sharpcorner.com/article/modern-c-sharp-in-2025-what-you-should-be-using-and-what-to-retire/
Read articleUnderstanding Dependency Injection in .NET
medium.com
https://medium.com/@venkataramanaguptha/understanding-dependency-injection-in-net-2f635cb0e9c0
Topics: Design Patterns .NET Core
Read articleThe Cleanest Way to Generate HTML from C#
medium.com
https://medium.com/@kohzadi90/the-cleanest-way-to-generate-html-from-c-f7cfeb20e650
Read articleThe Working of .NET Garbage Collection: Heap, Stack, Generations Explained
medium.com
https://medium.com/@kroshpan/the-working-of-net-garbage-collection-heap-stack-generations-explained-6017ed9f193b?source=rss------dotnet-5
Topics: .NET Core Performance
Read article