Minimal APIs, AI Agents, and Background Jobs
This issue covers .NET 10 DI and APIs, JWT auth, Entra token lifetimes, MAUI, C# 15, background workers, and practical AI agent patterns.
Jasen's top three picks
- 1 Keyed Services in .NET 10: The DI Feature Almost Nobody Uses
serkanozbeykurucu.medium.com
Keyed services still feel underused, and this is a practical nudge to revisit where named dependencies beat custom factory plumbing.
- 2 Working with AWS S3 using ASP.NET Core (.NET 10) - Upload, Download & Delete Files
codewithmukesh.com
Useful if you want a modern file pipeline example with presigned URLs and IAM guidance instead of just basic CRUD snippets.
- 3 The Invisible Engine Behind AI Agents: Why Process Management in .NET
medium.com
Interesting angle for agent systems, though the value depends on how concretely it ties process management back to real .NET workloads.
Editor's note
I kept this one deliberately mixed, which is how I like the newsletter best. The keyed services piece is a good reminder that useful DI features can sit unnoticed for a long time, and Damien Bod’s background tasks article stands out for showing a concrete NCronJob plus SignalR approach. There’s also a strong run of AI material here, but it’s balanced by solid app-building topics like JWT auth, S3 integration, MAUI, and background service guidance.
Today's articles
Keyed Services in .NET 10: The DI Feature Almost Nobody Uses
serkanozbeykurucu.medium.com
.NET 10 is the current long-term support release. It will be patched until late 2028. And buried in the DI container is a feature that…
Topics: .NET Aspire Design Patterns .NET 10
Read articleWorking with AWS S3 using ASP.NET Core (.NET 10) - Upload, Download & Delete Files
codewithmukesh.com
Learn how to upload, download, and delete files in AWS S3 using ASP.NET Core and .NET 10 with AWS SDK V4, Minimal APIs, presigned URLs, and IAM best practices.
Topics: ASP.NET Core Azure Minimal APIs
Read articleThe Invisible Engine Behind AI Agents: Why Process Management in .NET
medium.com
Most developers don’t wake up thinking about process management.
Read articleC# 15 New Features Explained with Practical Examples
c-sharpcorner.com
Explore C# 15's new features: enhanced collections, pattern matching, primary constructors, and more for cleaner, productive development.
Read articleSecure Multi-Tenant SaaS Development Services By Facile Technolab
faciletechnolab.com
Looking for a SaaS development company? Facile Technolab delivers secure multi-tenant platform development, SaaS architecture design, cloud scalability, and subscription billing solutions.
Read articleBuilding High-Performance APIs with Minimal APIs and .NET 10
c-sharpcorner.com
Build high-performance, scalable APIs with .NET 10 Minimal APIs. Reduce boilerplate, boost speed, and simplify development for modern applications.
Topics: .NET 10 Minimal APIs Performance
Read articleBuilding AI-Native APIs with ASP.NET Core and Natural Language Interfaces
c-sharpcorner.com
Build AI-native APIs with ASP.NET Core. Leverage natural language, intent processing, and semantic search for intelligent applications.
Topics: ASP.NET Core OpenAI Web API
Read articleSecuring .net 9 Application Using JWt Refresh Token signup , login
c-sharpcorner.com
Secure .NET 9 apps with JWT refresh tokens. Implement secure signup, login, and resource protection using best practices.
Read articleEmail Integration in ASP.NET Core with SendGrid
alifiyakapasi07.medium.com
Email functionality is a critical feature in modern applications. Whether you’re sending account verification links, password reset emails…
Topics: ASP.NET Core
Read articleCreate Multi-platform Apps with .NET MAUI and the MAUI Community Toolkit
visualstudiomagazine.com
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (BOT CHALLENGE RETRYABLE). Microsoft Senior Content Developer Alvin Ashcraft explains how to use .NET MAUI, the MAUI Community Toolkit and MVVM Toolkit ...
Topics: .NET MAUI
Read articleUnderstanding IHostedService & BackgroundService in .NET 10
codewithmukesh.com
IHostedService vs BackgroundService in .NET 10. Side-by-side code, 5 production gotchas, decision matrix, and when to reach for Hangfire instead.
Topics: ASP.NET Core .NET 10
Read articleASP.NET Core background tasks with NCronJob and SignalR
damienbod.com
I was recommended NCronJob for implementing a background worker in ASP.NET Core and so I decided to give it a try, read the docs and learn this. This NuGet package is open source and works great. I im...
Topics: ASP.NET Core SignalR
Read articleUnderstanding SemaphoreSlim in .NET
malshikay.medium.com
A Complete Guide with Practical Examples for SemaphoreSlim
Topics: .NET Core Performance
Read articleUsing configurable token lifetimes in Microsoft Entra ID, .NET and Microsoft Graph
damienbod.com
Configurable token lifetimes in the Microsoft identity platform went GA and I thought I would look at implementing this using a .NET console application using Microsoft Graph . This article looks at i...
Topics: Authentication OAuth Security
Read articleSOLID Principles in C# — Real Enterprise Examples That Actually Make Sense
medium.com
Stop memorizing definitions. Start seeing SOLID in the code you write every day.
Topics: C# Solid Principles
Read articleUnion Types Are Finally Coming to C#
medium.com
C# 15/.NET 11 introduces Union Types for the first time. Get compile-time exhaustive pattern matching & replace old workarounds. Continue reading on .Net Programming »
Read articleVertical Slice Architecture in ASP .NET Web API
medium.com
Introduction
Topics: Clean Architecture Web API
Read articleFeature Flags for AI Applications: Safe Deployment Strategies in .NET
c-sharpcorner.com
Safely deploy AI in .NET with feature flags. Control rollouts, A/B test models, manage costs, and ensure governance for AI innovations.
Read articleBuilding AI Agents in .NET with Microsoft Agent Framework
medium.com
A practical walkthrough of MAF’s core primitives — agent sessions, streaming, and SignalR integration — built around a real working…
Topics: ASP.NET Core OpenAI SignalR
Read articleTop .NET Core Background Job Tools
faciletechnolab.com
Explore the best .NET background job and workflow orchestration tools in 2026 including Hangfire, Temporal, Quartz.NET, Elsa, and Workflow Core for scalable SaaS platforms.
Topics: .NET Core
Read articleHow Gemini Helped Me Upgrade 100+ .NET Projects in few days Instead of Weeks
medium.com
Upgrading a legacy .NET Framework codebase is one of those tasks every developer dreads. You know it needs to happen — newer framework…
Topics: .NET Core .NET Framework GitHub Copilot
Read article