Resolve all using mine
Why I don't use MediatR for CQRS
, Author: Cezary Piątek
The purpose of this article is not to criticize the MediatR library. MediatR is a tool - and just like any tool, it has its own scope of application, and being used incorrectly might do more harm than good. This blog post summarizes my thoughts about using MediatR for supporting CQRS architecture.
... Read More
Adding support for VisualStudio 2022 to your extension
, Author: Cezary Piątek
Readable and clear tests for ASP.NET Core services
, Author: Cezary Piątek
Testing WebAPI with ApprovalTests.NET
, Author: Cezary Piątek
In this blog post, I’m going to share my experience on testing ASP.NET Core
applications by applying an unconventional method called snapshot assertions
. In comparison to the classical approach, this method should save you a lot of time and improve assertions maintainability.