.NET tutorials
Hooking into Mediator pipelines
Using the MediatR library, we are going to hook into the pipelines, RequestPreProcessor and RequestPostProcessor. See a .NET Core MVC video on MediatR.
A beginners guide to xUnit
Use XUnit, the unit testing framework to create "Fact" and "Theory" methods and how you can use your constructor and the IDisposable objects in tests.