Editor's note
I put together another mixed lineup here, from teaching tools to deep framework mechanics. The Coding Agent Explorer stands out as a practical way to understand how AI coding agents behave, and the async runtime piece is a good read for anyone tracking where .NET is headed. I also liked the EF Core transactions and caching articles because they focus on everyday reliability and performance.
Coding agents, MVC, and runtime internals
Enjoying the newsletter? Your feedback helps us grow and reach more developers.
Today's Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jasen's take on today's picks
Introducing the Coding Agent Explorer (.NET)
A teaching tool for AI coding agents that shows what they do under the hood, which is a useful way to demystify agent workflows.
C# ASP.NET Core MVC: Building Your First Application — A Complete Guide from Models to Controllers
A complete MVC walkthrough for beginners who want to build a first ASP.NET Core app from models through controllers.
Scalar for .NET Minimal APIs: A Modern Alternative to Swagger UI
A modern look at API documentation options, comparing Scalar with Swagger UI for Minimal APIs.
LINQ in C# — The Complete Cheat Sheet
A LINQ cheat sheet is always handy when you want syntax reminders without digging through docs.
Modernizing Legacy .NET Applications Without Disrupting Production Systems
A practical modernization article for teams that need to evolve legacy .NET systems without taking production risk.
Building a Distributed Key-Value Store in .NET
A distributed key-value store build that scratches the systems-design itch and shows how far .NET can go.
C# .Net 10 MinimalAPI: Weather Service Migration from Azure to AWS — Part 4
A migration story about moving a Weather Service from Azure to AWS using .NET 10 Minimal APIs.
Mastering Database Transactions with Entity Framework Core
A solid EF Core article focused on database transactions, with the kind of reliability details app teams often miss.
How to Implement Custom Response Caching in ASP.NET Core
A response-caching guide for ASP.NET Core that aims at lower latency and server load in multi-server setups.
Why Your App Feels Fast at First — Then Slowly Degrades
A performance-minded piece on why applications feel fast early and then slowly degrade over time.
A .NET Developer’s Perspective on Node.js — And Why One Hand Should Be There Too
A developer-perspective article that argues for understanding Node.js alongside .NET, which is a fair cross-platform take.
Nobody Tells You How .NET Core Really Runs Your Code — Here’s the Truth Every Developer Should Know
A runtime-internals explainer about how .NET Core really runs your code, aimed at developers who want a clearer mental model.
ASP.NET MVC vs ASP.NET Core MVC
A comparison of ASP.NET MVC and ASP.NET Core MVC that helps with platform and migration decisions.
New runtime async is hitting .NET 11 - Part 1
A .NET 11 async runtime update that should interest readers following the evolution of async behavior and state machines.











