Home Archive Issue #430
Issue #430

Async internals, Dapper, Azure blobs

Coverage includes Dapper pooling in ASP.NET Core, Redis locking, DI lifetime pitfalls, Azure Blob file handling, SQL joins, and options patterns.

Jasen's top three picks

  1. 1
    The quickest way to edit code??

    youtube.com

    A fast hit on editing tips paired with a practical Dapper pooling walkthrough for ASP.NET Core APIs is a nice productivity-plus-performance combo.

  2. 2
    RedLock.NET Distributed Locking

    medium.com

    A concise introduction to RedLock.NET that’s useful if you need cross-instance coordination and want to understand the tradeoffs of Redis-based locking.

  3. 3
    Unit of Work Pattern Explained Simply in .NET

    malshikay.medium.com

    This is a straightforward refresher on Unit of Work, where it helps, and why transaction boundaries still matter in ordinary line-of-business apps.

Editor's note

I kept this one deliberately mixed, which usually makes for a better daily read. The async/await pair stands out because one explains the mechanics while the other steps back and looks at the concurrency mindset shift. I also liked the Dapper connection pooling piece and the captive dependency guide since both hit problems that show up quickly in real production apps.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox