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 #csharp
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

Making slices real by failing the build when someone cheats

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 ...

You have probably seen the volatile keyword at least once if you’ve been writing .NET for a while. You may also have noticed that it appears far less often than lock, Interlocked, or ConcurrentDictionary. Thats not accidental. volatile exists to solv...

If you only ever touch QUIC through HTTP/3, it is easy to miss how different the transport really is. HTTP keeps you thinking in requests, responses, headers, and status codes. MsQuic forces you to think in connections, streams, flow control, and lif...
