Home Archive Issue #399
Issue #399

EF Core, MCP, and C# 15 updates

Issue #399 covers EF Core at scale, CQRS, .NET 11 Preview 1, MCP tooling, GitHub Actions validation, and practical API and concurrency guidance.

Jasen's top three picks

  1. 1
    Federating Databases with Data API Builder Chaining

    devblogs.microsoft.com

    A useful look at federating data without going back to old-school linked servers.

  2. 2
    01. EF Core in Real Life — Why ORMs Matter

    akash-shah.medium.com

    A realistic EF Core piece for anyone who’s fought ADO.NET or wondered where ORMs actually pay off.

  3. 3
    Stop using try-catch in every controller in C#

    medium.com

    Centralized error handling beats controller try-catch sprawl every time.

Editor's note

I pulled together a pretty mixed bag this time: database integration, ORM realities, language previews, AI tooling, and a few practical architecture pieces. The Data API Builder chaining post and the EF Core at massive datasets article stand out for teams dealing with real-world data pain, while the MCP posts show where .NET is heading with agent tooling.

Today's articles

MCP Aggregator

blog.lhotka.net

If you’ve been using AI coding tools like Claude Code, Cursor, or GitHub Copilot, you’ve probably started connecting them to MCP servers. But the current model has each AI tool maintaining its own dir...

Topics: C# .NET 10

Read article

Introducing RockBot

blog.lhotka.net

I’ve been working on a new project called RockBot, a framework for building agent and multi-agent AI systems where agents and user proxies communicate exclusively through a message bus in a cloud-nati...

Topics: Azure Kafka Service Bus

Read article

Related issues

📬 Get daily .NET content delivered to your inbox