Home Archive Issue #436
Issue #436

Semantic agents, Aspire, and C# language shifts

Coverage includes Semantic Kernel multi-agent workflows, vector search with Azure AI or Qdrant, Aspire containerization, and gRPC validation fixes.

Jasen's top three picks

  1. 1
    How to Build a Multi-Agent Workflow in C# Guide

    c-sharpcorner.com

    A useful hands-on intro to agent orchestration in C# that should help separate real workflow patterns from current AI buzzword overload.

  2. 2
    How to Implement Vector Search in C# with Azure AI or Qdrant

    c-sharpcorner.com

    Good practical coverage of vector search options in .NET, especially for teams comparing Azure-managed services with a self-hosted path like Qdrant.

  3. 3
    C# 15 Union Types: Finally Solving a Long-Standing Problem (With Example)

    medium.com

    If union types ever land this cleanly, they would remove plenty of awkward result-shaping code C# developers still write today.

Editor's note

I kept this issue intentionally mixed, which is usually where the best surprises show up. The Semantic Kernel multi-agent walkthrough is timely because it gets concrete about orchestration instead of hand-waving, and Tim Deschryver’s Aspire BFF post is a practical look at moving a secure app toward containers. I also liked the FluentValidation gRPC package write-up because dependency-version pain is the kind of problem working teams actually hit.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox