Microsoft Agent Framework .NET 1.0
The first serious operating model for agentic systems in .NET

Search for a command to run...
Articles tagged with #microsoft
The first serious operating model for agentic systems in .NET

Last year I wrote about unlocking performance C# and .NET. This post is a follow up to that one. I am not revisiting the old argument because the fundamentals changed. I am revisiting it because the p

Most APIs work. Few APIs scale.

Making slices real by failing the build when someone cheats

For years, .NET’s observability has been described as “good, but manual”. The building blocks have existed since .NET 5 and matured significantly in .NET 6 through .NET 8. Activity, ActivitySource, DiagnosticSource, EventCounters, Meter, ILogger, and...

Most of us start with switch statements and keep using them long after they’ve stopped being comfortable. That’s not because switch is bad. It’s because switch quietly becomes a coordination mechanism, not a control structure. Over time it starts to ...
