Home Archive Issue #277
Issue #277

Performance, hosting, and Copilot updates

A varied mix of .NET performance tips, background job schedulers, ASP.NET Core security, EF Core patterns, and recent tooling news.

Jasen's top three picks

  1. 1
    How ValueTask Boosts .NET Performance with Zero Allocations

    itnext.io

    Zero-allocation async gets the spotlight right away with a practical ValueTask refresher.

  2. 2
    Background Jobs in .NET: Hangfire vs Quartz.NET

    medium.com

    Hangfire vs Quartz is the sort of scheduler comparison people reach for when jobs start mattering.

  3. 3
    Unit of Work in EF Core: Managing Transactions the Right Way

    medium.com

    The EF Core and IServiceScopeFactory posts are both very ‘real app’ topics, which I always appreciate.

Editor's note

I kept this one intentionally mixed: performance, data access, hosting, security, and tooling all made the cut. The ValueTask piece is a useful refresher if you care about allocations, and the Visual Studio/Copilot item is a good snapshot of where Microsoft is pushing developer workflows. I also liked the practical EF Core and IIScopeFactory-style guidance for people shipping real apps.

Today's articles

CQRS ≠ MediatR

c-sharpcorner.com

Demystifying CQRS and MediatR in .NET! Learn the difference between Command Query Responsibility Segregation and MediatR, with practical examples. Use them right!

Topics: CQRS MediatR

Read article

Related issues

📬 Get daily .NET content delivered to your inbox