Editor's note
I kept this one intentionally mixed, which is usually where the best practical reading shows up. The multi-tenancy piece is a strong reminder that tenant boundaries are an application design concern, not just a database choice, and the outbox article is a useful reliability refresher for distributed systems. I also liked the Azure Pipelines esbuild write-up because it focuses on a very real maintenance and packaging problem teams run into.
Enjoying the newsletter? Your feedback helps us grow and reach more developers.
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
Multi-Tenancy Isn’t About Databases
A solid architecture-first take. If you still frame tenancy as a schema-per-customer decision, this is worth your time.
What I wish I knew 10 years ago when I started with C#
Helpful perspective piece for newer developers trying to separate language fundamentals from framework churn.
Building Real-Time Applications with SignalR and ASP.NET Core
A straightforward SignalR primer for chats, notifications, and live dashboards on ASP.NET Core.
Validating and Authorizing JWTs in a Serverless Multi-Agent RAG Backend
Interesting overlap of JWT, authorization, and AI orchestration. Niche, but timely if you're building agentic backends.
How to Implement the Outbox Pattern in Distributed Systems
The outbox pattern remains one of the most practical answers to consistency in message-driven systems.
Shrinking Azure Pipeline task extensions using esbuild
Nice engineering write-up on reducing extension size and file sprawl with esbuild in Azure Pipelines tasks.
How to insert-or-update without headache
More product-focused than architectural, but upsert pain is real and this speaks directly to it.
Bypassing the .NET GC: How I Hit 2.3 Million OPS With a C#-Native Embedded Database
Performance-heavy and provocative. The GC avoidance angle alone will interest anyone building high-throughput data systems.
[.NET Versions Explained]: Confusion- .Net
Good refresher for readers still untangling the .NET family tree and naming history.
Building AI Chat Applications with SignalR and ASP.NET Core
SignalR plus streaming AI responses is a sensible pairing, and this article leans into the UX benefits.
Agent Harness: Scaling the claw or harness capabilities
Part of a broader series, but useful if you're following Microsoft's agent framework direction.
Extension Methods: Why They Exist and How They Evolved
A language-feature retrospective that newer C# developers may appreciate more than veterans.
Deploying an MCP server to Azure Container Apps with the Microsoft Agent Framework
Practical deployment guidance for getting an MCP server out of local dev and into Azure Container Apps.
Building Multi-Environment & White-Label Ready .NET MAUI Apps Using MSBuild Configurations
Useful MAUI project organization advice, especially for teams juggling environments and white-label builds.
Building Cross-Platform Desktop Apps with .NET MAUI in 2026
Broad MAUI overview piece for desktop ambitions across platforms.













