Home Archive Issue #478
Issue #478

Offline AI, ASP.NET Core, Event Sourcing

Coverage spans local AI with Ollama and MCP servers, ASP.NET Core migration and clean architecture, plus EF Core scaling and .NET 11 APIs.

Jasen's top three picks

  1. 1
    How to Build Offline AI Applications in .NET Without Cloud Dependencies

    c-sharpcorner.com

    Useful reality check for teams that want AI features without sending data to the cloud.

  2. 2
    Stop Copy-Pasting NuGet Versions: A Guide to .NET Central Package Management (CPM).

    gbemmiey.medium.com

    CPM is one of those low-drama improvements that pays off quickly in larger solutions.

  3. 3
    Event Sourcing in .NET: Real-World Implementation Patterns

    c-sharpcorner.com

    Good primer on why event sourcing is attractive when auditability and workflow history matter.

Editor's note

I kept this one deliberately mixed, which is how I like the newsletter. The offline AI piece stands out because it gets practical about local models and privacy tradeoffs, and the Process API improvements in .NET 11 are worth a look if you spawn child processes regularly. There’s also a solid modernization thread here, from central package management to ASP.NET MVC-to-Core migration guidance and EF Core performance at scale.

Today's articles

C#: How to Refactor Legacy Code Safely

pietschsoft.com

Legacy C# code is usually not dangerous because it is old. It is dangerous because you do not fully know which parts are stable, which parts are accidentally correct, and which parts are one small cha...

Topics: C#

Read article

Related issues

📬 Get daily .NET content delivered to your inbox