Home Archive Issue #463
Issue #463

API scaling, package pruning, AI agents

Covers long-running request design, NuGet pruning in .NET 10, HttpClient connection pooling, agent tracing with Aspire, and repository tradeoffs.

Jasen's top three picks

  1. 1
    C# Word Library: Comparing 7 Options for .NET Developers in 2026

    c-sharpcorner.com

    A useful roundup if you need Word document generation and want a quick view of tradeoffs around features, licensing, and performance.

  2. 2
    Strategy Pattern: Choosing Without Attachment

    binaryintellect.net

    A solid reminder that Strategy is about isolating decisions cleanly, not overcommitting to one path too early.

  3. 3
    You Need This Hook #vscode #hooks #customization

    youtube.com

    Short, but the DI anti-pattern angle is perennial because bad composition roots quietly shape entire codebases.

Editor's note

I put together another deliberately mixed batch today, which is exactly how I like this newsletter. The long-running API piece is practical architecture advice you can apply immediately, and the NuGet package pruning post matters because dependency hygiene and vulnerability noise affect nearly every modern .NET codebase. I also liked the HttpClient pooled connections write-up for turning a subtle production issue into a clear lesson.

Today's articles

How to run evals for the model router

devblogs.microsoft.com

One endpoint. Smarter spend. Model router in Foundry Models picks the optimal LLM for every prompt in real time based on signals like complexity, reasoning, and task type. Now with access to 28 fronti...

Topics: OpenAI

Read article

Related issues

📬 Get daily .NET content delivered to your inbox