Editor's note
I put together a wide mix today: beginner-friendly C# pieces, architecture discussions, and practical data access posts. The Task.FromCanceled write-up and the EF Core Unit of Work article stood out because they both tackle common mistakes developers make in day-to-day code. I also included the .NET 9 upgrade discussion and the monitoring/logging piece for teams thinking about platform choices and reliability.
C# fundamentals, EF Core, and Azure messaging
As we cruise into Friday, take a moment to revel in another week’s accomplishments, like the seasoned coder you are. Just like a classic car engine purring in perfect harmony, our .NET expertise keeps us cruising smoothly on this digital highway. Today, gear up for a few enlightening reads that promise to add some turbo boost to your development skills. Let’s keep the engines running and the code flowing as we steer into the weekend.
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
What Are Assemblies and DLLs in C#? A Visual Studio Guide for Beginners
A solid beginner-friendly C# opener: assemblies, DLLs, and how Visual Studio helps you see what’s actually being built.
Understanding Task.FromCanceled
Task.FromCanceled is a deceptively small API with real impact on async correctness and cancellation handling.
Clean Architecture with Modular Monolith and Vertical Slice
The modular monolith and vertical slice piece is a useful architecture combo for teams trying to stay organized without over-splitting.
C# Magic Trick: How CallerArgumentExpression Turns Your Debugging into Superpowers
CallerArgumentExpression is one of those language features that quietly improves diagnostics everywhere you use guard clauses.
The .NET 9 upgrade question is timely, especially for teams deciding whether the payoff beats the migration cost.
Azure Service Bus with .NET (Step-by-Step + Code)
The EF Core Unit of Work article pushes back on scattered SaveChangesAsync calls, which is a good habit to revisit.
Why should I upgrade to .NET 9?
The reliability and logging post is practical reading for anyone trying to make production systems easier to observe.




















