Home Archive Issue #232
Issue #232

C# attributes, Aspire, and EF Core tips

A mixed .NET roundup with C# language tips, Minimal APIs, EF Core and Dapper guidance, Blazor, Aspire, memory leaks, and Visual Studio news.

Jasen's top three picks

  1. 1
    C# Attributes You Should Be Using More Often

    medium.com

    Good reminder that attributes still do real work when used intentionally, not just as decoration.

  2. 2
    Hangfire Integration in .NET 8: A Beginner's Guide

    c-sharpcorner.com

    A beginner-friendly Hangfire walkthrough for getting background jobs running in .NET 8.

  3. 3
    .Net 9 Web API Minimal API with Entity Framework

    c-sharpcorner.com

    Minimal APIs plus EF Core is a practical .NET 9 combo for quick, clean web endpoints.

Editor's note

I pulled a deliberately mixed lineup today: beginner-friendly pieces, architecture advice, and a couple of deeper performance reads. The Aspire post stands out for making cloud-native setup feel practical, while the memory leak troubleshooting piece is the kind of article that saves real production time. I also liked the EF Core and Dapper comparisons because they force useful tradeoffs instead of cargo-culting one data access style.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox