Home Archive Issue #402
Issue #402

CQRS, async, and Azure deployment

Issue #402 mixes architecture, async performance, security hardening, Azure hosting, AI document extraction, and the latest Visual Studio update.

Jasen's top three picks

  1. 1
    .NET CQRS Architecture Without MediatR: Your Exit Plan Is Simpler Than You Think ⚡

    arg-software.medium.com

    A straightforward CQRS cleanup story: useful if your codebase has grown an unnecessary framework layer.

  2. 2
    What is the Difference Between Task and ValueTask in C#?

    c-sharpcorner.com

    A solid refresher on async choices, with enough detail to help you pick between Task and ValueTask confidently.

  3. 3
    Parallel Programming in C#: The Complete Guide to Task Parallel Library (TPL) for High-Performance Applications

    c-sharpcorner.com

    TPL still matters when you need real parallelism, and this guide covers the basics without hand-waving.

Editor's note

I put together another deliberately mixed lineup: architecture, performance, security, cloud, and tooling all show up here. The CQRS-without-MediatR piece is a practical reset for teams carrying unnecessary abstraction, and the Visual Studio February update is worth skimming if you live in the IDE every day. I also liked the rate limiting and outbox articles because they solve real production problems, not just tutorial ones.

Today's articles

Visual Studio February Update

devblogs.microsoft.com

This month’s Visual Studio update continues our focus on helping you move faster and stay in flow, with practical improvements across AI assistance, debugging, testing, and modernization. Building on ...

Read article

Related issues

📬 Get daily .NET content delivered to your inbox