ASP.NET Core monitoring and AI agent workflows
This issue covers ASP.NET Core health checks, AI agent workflow standards, API gateways, LINQ, migration guidance, and security tips.
Jasen's top three picks
- 1 Clean Architecture in .NET — Explained Simply for Interviews
medium.com
A clean, interview-friendly refresher on Clean Architecture that still keeps the ideas grounded.
- 2 AI Context Kit, Evolved: Why I Moved to AGENTS.md + Agent Skills (and how I used the Codex macOS App for the Migration)
msicc.net
AGENTS.md and agent skills are worth watching if you’re already standardizing AI collaboration in repos.
- 3 How to Set Up Production-Ready Monitoring With ASP.NET Core Health Checks
antondevtips.com
Health checks for Postgres, Redis, MongoDB, and RabbitMQ make this a solid production ops read.
Editor's note
I pulled together a deliberately mixed issue this time: practical ops, AI tooling, architecture, and a few classic fundamentals. The ASP.NET Core health-checks piece stands out for production monitoring details, while the Microsoft Agent Framework RC and AGENTS.md migration article show where the AI tooling story is heading.
Today's articles
Clean Architecture in .NET — Explained Simply for Interviews
medium.com
When preparing for .NET interviews, one topic that almost always comes up is Clean Architecture.
Topics: Clean Architecture C#
Read articleAI Context Kit, Evolved: Why I Moved to AGENTS.md + Agent Skills (and how I used the Codex macOS App for the Migration)
msicc.net
After releasing AI Context Kit, I learned about two emerging standards that are becoming essential for durable AI collaboration: AGENTS.md for project operation and Agent Skills for workflow authority...
Topics: GitHub Copilot OpenAI
Read articleHow to Set Up Production-Ready Monitoring With ASP.NET Core Health Checks
antondevtips.com
Learn how to build a production-ready monitoring system using ASP.NET Core Health Checks. This guide covers adding health checks for Postgres, Redis, MongoDB, and MassTransit (RabbitMQ), creating cust
Topics: ASP.NET Core OpenTelemetry PostgreSQL
Read articleAsync/Await Best Practices in C#: Building Scalable and High-Performance .NET Applications
c-sharpcorner.com
Master C# async/await for scalable .NET apps! Learn best practices for I/O-bound operations, avoid blocking, and optimize performance. Build responsive, efficient applications.
Topics: C# Performance
Read articleWhat do you find exciting about Aspire 13?
youtube.com
Dear Copilot, can you help me with SQL?
Topics: .NET Aspire GitHub Copilot
Read articleBuilding a .NET API Gateway: YARP Foundation, Health Checks, Load Balancing, and Security
medium.com
Whether you’re building a small internal tool or a customer-facing application, there comes a point where you need more control over how…
Topics: Minimal APIs Security Web API
Read articleDifference Between .NET Core and .NET Framework in 2026?
c-sharpcorner.com
Explore the key differences between .NET Framework and modern .NET in 2026. Understand platform support, performance, architecture, and future roadmap for informed decisions.
Topics: .NET Core .NET Framework
Read articleDifference Between IEnumerable and IQueryable in LINQ?
c-sharpcorner.com
Unlock LINQ performance! Discover the crucial differences between IEnumerable and IQueryable for efficient data querying in .NET. Optimize your ASP.NET Core apps!
Topics: C# Performance
Read articleGraphQL with .NET & React | Part 4: Real-Time Data with Web Sockets
c-sharpcorner.com
Learn to implement real-time data updates in your .NET & React GraphQL app using subscriptions and WebSockets. Build a live library app with HotChocolate & Apollo!
Read articleASP.NET to .NET Core Migration: What CIOs and CTOs Need to Know
news.google.com
ASP.NET to .NET Core Migration: What CIOs and CTOs Need to Know
Topics: ASP.NET Core .NET Core
Read articleBuild an Infinite AI Chat in .NET with Llama 3 (Fully Local Setup Guide)
hardikmasalawala.medium.com
🚀 Build an Infinite AI Chat in .NET with Llama 3 (Fully Local Setup Guide)
Topics: .NET Core ML.NET OpenAI
Read article🚀 How to Optimize .NET Applications for Maximum Performance
c-sharpcorner.com
Boost .NET app performance! Learn proven strategies: architecture, database optimization, async, caching, memory, compression, monitoring, and smart deployment.
Topics: .NET Core Performance
Read articleHow to Enable CORS in ASP.NET Core Properly?
c-sharpcorner.com
Learn how to properly enable CORS in ASP.NET Core for secure cross-origin communication. Configure middleware, handle preflight requests, and avoid common mistakes.
Topics: ASP.NET Core Security
Read articlePreventing Path Traversal Attacks in File Uploads: A Technical Deep Dive
trevoirwilliams.com
When your application reads from or writes to a file system location based on user input and that input isn't carefully checked, an attacker can manipulate the path to access directories or files they...
Read articleMicrosoft Agent Framework Reaches Release Candidate
devblogs.microsoft.com
We're happy to announce that Microsoft Agent Framework is now in Release Candidate status for both .NET and Python. Release Candidate is an important milestone on the road to General Availability — it...
Read articleHow to Design a Multi-Tenant SaaS Platform on Microsoft Azure
faciletechnolab.com
A practical guide to designing a secure, scalable multi-tenant SaaS architecture on Microsoft Azure, covering tenancy models, data isolation, Azure services, and real-world architectural consideration...
Topics: Azure .NET Core Security
Read article5 Common Async Coalescing Patterns
itnext.io
Five practical async coalescing patterns: Use First, Use Last, Queue, Debounce, and Aggregate — with demos and code. Continue reading on ITNEXT »
Topics: C# Performance
Read article