Home Archive Issue #300
Issue #300

AI agents, API security, and cloud deployment

A varied issue covering Microsoft Agent Framework, ASP.NET Core API key auth, Minimal APIs with OpenAPI, CQRS, Docker, Azure, and performance.

Jasen's top three picks

  1. 1
    Meet the Microsoft Agent Framework: A .NET Developer’s Gateway to AI Agents

    medium.com

    A timely intro to Microsoft’s new agent story for .NET developers.

  2. 2
    Understanding Dependency Injection (DI) in .NET Core with Simple Examples

    c-sharpcorner.com

    A practical refresher on DI basics and why the container still matters.

  3. 3
    C# Guid Helper Extension

    c-sharpcorner.com

    Good reminder that CQRS is often about reducing database pain, not adding ceremony.

Editor's note

I pulled together a very mixed bag this time: AI agents, core architecture, performance, and deployment all show up side by side. The Microsoft Agent Framework piece is timely for anyone experimenting with agentic apps, while the API key auth and Minimal APIs articles are practical reads for teams shipping web APIs. There’s also solid grounding in CQRS, Docker/Kubernetes, and .NET 9 safety work.

Today's articles

C# Guid Helper Extension

c-sharpcorner.com

Enhance your .NET projects with the GuidHelper extension! This helper provides methods for safely parsing, validating, and manipulating Guids. Easily check for empty Guids, parse strings into Guids (o...

Topics: C# .NET Core

Read article

Related issues

📬 Get daily .NET content delivered to your inbox