Home Archive Issue #485
Issue #485

Agentic Apps, ASP.NET Core AI, and C# 14

Covers Python-to-C# agent migration, Aspire modernization, Durable Functions with Azure OpenAI, auth patterns, concurrency fixes, and .NET performance.

Jasen's top three picks

  1. 1
    Migrating Agentic Code Python -> C# Part 1

    jesseliberty.com

    A useful migration walkthrough if you want to see agent-style code move from Python into idiomatic C# step by step.

  2. 2
    The Day Deposits Doubled: Idempotency, Race Conditions, and a Lock That Saved Us

    medium.com

    Good production lesson: idempotency checks alone can fail under load unless you account for race conditions explicitly.

  3. 3
    Understanding Access Modifiers in .NET (C#) — A Complete Guide

    medium.com

    Foundational material, but still worth skimming if you mentor newer developers or want a clean refresher.

Editor's note

I kept this one intentionally mixed, which is how I like the newsletter best. The Python-to-C# agent migration stood out because it shows practical translation work instead of vague AI talk, and the idempotency race-condition post is a useful reminder that correctness still beats cleverness in production. I also liked the Aspire modernization demo for showing a concrete path to upgrading an existing app without a rewrite.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox