Home Archive Issue #268
Issue #268

EF Core, ASP.NET Core, and Visual Studio AI

A varied .NET roundup covering EF Core soft deletes, ASP.NET Core return types and middleware, YARP, C# 13, SQL Server, and Visual Studio chat search.

Jasen's top three picks

  1. 1
    Soft Deletes using EF Core Interceptors

    c-sharpcorner.com

    A clean way to hide deletes without losing history; the interceptor approach is the real takeaway here.

  2. 2
    .NET 9 — Aspire vs Ocelot vs YARP

    martinhosebastiao.medium.com

    A practical comparison if you’re choosing between gateway, reverse proxy, or platform routing in .NET 9.

  3. 3
    How Do I Create Custom GPT Workflows Visually?

    c-sharpcorner.com

    Visual, no-code GPT workflow builders are maturing fast, and this piece shows where Langflow, Flowise, and Autogen Studio fit.

Editor's note

I pulled a deliberately mixed lineup today: EF Core patterns, ASP.NET Core fundamentals, C# language ideas, and a bit of AI tooling. The soft deletes and audit logging pieces are especially practical if you’re trying to keep persistence concerns out of your entities. I also liked the Visual Studio chat update for how it improves codebase context without changing your workflow.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox