Part of: ASP.NET Core: a working guide for .NET developers, EF Core: a working guide for .NET developers, Performance: a working guide for .NET developers
Editor's note
I put together another deliberately mixed issue today, with plenty for both app developers and tooling-minded folks. The CQRS dispatcher piece stands out because it tackles the post-MediatR-commercial shift with concrete .NET 10 and AOT considerations, and the EF Core change tracker article is the kind of practical debugging guidance teams actually need in production. I also liked the Visual Studio floating windows update since small IDE workflow improvements can add up fast on multi-monitor setups.
EF Core, CQRS, and Visual Studio tips
Enjoying the newsletter? Your feedback helps us grow and reach more developers.
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
Take full control of your floating windows in Visual Studio
A useful Visual Studio quality-of-life update for anyone juggling tool windows across multiple monitors and wanting tighter control over docked and floating layouts.
10 Hidden Features in .NET Developers Are Sleeping On
A broad grab bag of lesser-known framework features that may trim boilerplate, though the real value depends on how many are genuinely new to you.
How to Use Multithreading in C# to Run Tasks in Parallel?
A beginner-friendly multithreading walkthrough covering Tasks, async and Parallel, with the usual reminder that correctness matters as much as speed.
What’s new in Entity Framework??
This looks at newer Entity Framework and EF Core direction with a .NET 10 lens, useful if you're comparing modern data access options.
Build Your Own CQRS Dispatcher in .NET 10 (No MediatR)
Timely and practical, especially for teams rethinking MediatR dependencies and wanting a lightweight dispatcher with AOT and benchmark considerations.
ASP.NET Core 2.3 end of support announcement
Short but important lifecycle news: if you're still on ASP.NET Core 2.3, start planning the upgrade path before support runs out.
Optimizing EF-Core Performance in Production: Lessons from the Real World
Production EF Core tuning advice is always welcome, and this one focuses on the kinds of bottlenecks that only show up under real load.
Mastering the EF Core Change Tracker: Phantom Updates, Detached Entities, and Soft Deletes
Change tracker issues can be maddening, so I appreciate a post that digs into phantom updates, detached entities, and soft delete behavior.
Static Code Analysis in .NET: Open Source Tools That Actually Earn Their Place in Your Pipeline
A sensible roundup of open source analyzers for quality and security, especially helpful if your pipeline currently lacks a coherent analyzer strategy.
Stop Leaking Generated Types in .NET
A niche but worthwhile design concern for library and codegen authors who want generated internals without polluting public surface area.
What are the new features in C# 14 for developer productivity?
C# 14 productivity summaries are useful when they stay concrete, and this one surveys language features aimed at reducing friction in everyday coding.
Implementing Clean Architecture in a .NET 10 Solution Guide
A straightforward Clean Architecture guide for .NET 10 readers who want structure and separation without having to piece the basics together themselves.
Dependency Injection in .NET: What Finally Made It Click
Good for newer developers who use DI by habit but want the mental model to finally click and make service registration less mysterious.









