Editor's note
I kept this issue intentionally mixed: there’s practical ASP.NET Core plumbing, language updates, and platform news all in one pass. The .NET 10 networking post is a standout for folks tracking runtime and BCL changes, and the filters/middleware pieces are useful if you live in request pipelines. I also liked the C# 14 extension members article and the warnings-as-errors guidance for teams tightening up builds.
ASP.NET Core pipeline, C# 14, and .NET 10 networking
Enjoying the newsletter? Your feedback helps us grow and reach more developers.
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
✨ Unlocking ASP.NET Core Filters — Mastering the Request Pipeline
Filters are the right kind of sharp tool when you need pre/post action logic without polluting controllers.
The Practical Guide to ConfigureAwait(false) in 2025 — Stop Using It Blindly
The ConfigureAwait(false) piece is a good reality check; this one’s more nuanced than old blog-post cargo cult.
.NET 10 Networking Improvements
If you care about the platform roadmap, the .NET 10 networking post is the most concrete update in the stack.
Custom Middleware in .NET Core
Middleware, DI errors, and Polly all point at the same thing: understanding how your app behaves under real traffic.



















