Home Archive Issue #273
Issue #273

Azure dev tools, API hardening, and C# patterns

A varied .NET roundup with GPT-OSS on Ollama, azd updates, ASP.NET Core ProblemDetails and rate limiting, Cosmos DB, Webhooks, and Copilot.

Jasen's top three picks

  1. 1
    GPT-OSS – A C# Guide with Ollama

    devblogs.microsoft.com

    Running GPT-OSS locally with Ollama is a practical look at private AI workflows in C# instead of just demos.

  2. 2
    Azure Developer CLI (azd) - August 2025

    devblogs.microsoft.com

    The azd release notes matter if you're deploying to Azure regularly, because small CLI updates add up fast.

  3. 3
    Exploring New LINQ Additions in C# 13: Index, CountBy, AggregateBy

    medium.com

    The LINQ additions piece is a nice preview of C# 13 ergonomics that should make collection code cleaner.

Editor's note

I kept this issue deliberately mixed, with AI, cloud tooling, API design, and everyday C# guidance side by side. The GPT-OSS with Ollama piece stands out for showing private local AI in real code, while the rate limiting and ProblemDetails articles are practical reads for anyone shipping ASP.NET Core today.

Today's articles

C# Memory Leak

c-sharpcorner.com

Learn how to prevent memory leaks in C# caused by static event handlers. This guide explains IDisposable, SafeSubscriber, and best practices for managing event subscriptions and garbage collection in ...

Topics: C# Performance Solid Principles

Read article

🔐 What is Zero-Knowledge Proof?

c-sharpcorner.com

Learn what Zero-Knowledge Proof (ZKP) is, how it works, and why it’s becoming a core part of blockchain and Web3 security. Explore real-world use cases, advantages, and examples explained simply for d...

Topics: C# Security

Read article

Related issues

📬 Get daily .NET content delivered to your inbox