Home Archive Issue #505
Issue #505

ASP.NET Core APIs, EF Core, Azure AI

Covers Minimal APIs, EF Core migrations and tuning, caching, async streams, Aspire microservices, and Azure AI agent and document workflows.

Jasen's top three picks

  1. 1
    Minimal APIs vs Controllers in .NET: When to Choose Each

    c-sharpcorner.com

    A solid framing piece for choosing the lighter Minimal APIs model versus the structure and conventions of controllers.

  2. 2
    Entity Framework Core 11 Migrations: Best Practices for Production Deployments

    c-sharpcorner.com

    Useful production-minded guidance; migration mechanics are easy, safe rollout strategy is the hard part.

  3. 3
    Using BackgroundService in ASP.NET Core for Long-Running Tasks

    c-sharpcorner.com

    Good refresher on hosted background work and the operational concerns people forget until production.

Editor's note

I kept this issue deliberately mixed, which makes the contrast between pieces more useful. The Minimal APIs vs Controllers article is a practical architecture call many teams still wrestle with, and the EF Core plus Dapper tuning story is the kind of concrete performance writeup I always appreciate. There’s also a noticeable AI thread here, from MCP-based coding assistants to Azure agent tooling, without crowding out the bread-and-butter ASP.NET Core and data access material.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox