MrT Stephens

MrT Stephens's Articles

Using MediatR in ASP.NET: Building Clean, Decoupled Applications

Learn how to use MediatR in ASP.NET Core to implement commands, queries, notifications, and pipeline behaviors. This practical guide shows how to structure handlers, reduce controller bloat, and build maintainable C# applications.

Published on 23 March 2026

Read more

Using Refit in C#: Simplifying API Calls with Type-Safe Clients

Learn how to simplify REST API integration in C# with Refit. This practical guide shows how to set up Refit, create type-safe API clients, and use dependency injection to build clean, maintainable .NET applications.

Published on 29 October 2025

Read more