Home Archive Issue #494
Issue #494

AI ASP.NET Core, DI Pitfalls, EF Core Patterns

Covers Azure OpenAI and AI Search builds, CQRS and specification patterns, DI mistakes, async bugs, WinApp packaging, and Playwright testing.

Jasen's top three picks

  1. 1
    Building AI-Powered Database Query Optimization Advisors with ASP.NET Core

    c-sharpcorner.com

    Interesting applied-AI angle: useful if you want something more concrete than generic copilot talk and need EF Core plus Azure OpenAI in the loop.

  2. 2
    Why I Added an Audit Trail to Our Admin Panel (and the Gap I Almost Missed)

    medium.com

    Audit trails are easy to under-scope; the missed-gap framing is what makes this one worth a read.

  3. 3
    ASP.NET MVC vs Razor Pages: When to Use Which

    faciletechnolab.com

    Good practical comparison piece for teams choosing between page-focused and controller-focused web UI patterns.

Editor's note

I kept this one intentionally mixed, which is how I like these daily lineups. The AI-powered query advisor and knowledge base search pieces are practical examples of where ASP.NET Core meets Azure services in useful ways, while the DI coupling and lifetime posts hit problems plenty of teams still trip over. I also liked seeing query objects and specifications show up alongside CQRS without MediatR, because those architectural choices matter more than whichever library is fashionable this month.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox