[Dometrain] From Zero to Hero: Integration testing in ASP.NET Core

Dometrain – From Zero to Hero: Integration testing in ASP.NET Core [FCO] Make sure your services are bullet proof Integration testing has quickly become one of the most used and most important types of testing for modern .NET and ASP.NET Core applications. This is mainly due to how much value a single Integration test can […]

[Dometrain] From Zero to Hero: Unit testing in C#

Dometrain – From Zero to Hero: Unit testing in C# [FCO] Mastering the bedrock of testing There is a reason why Unit Testing is the bottom layer in the testing pyramid. You can only build a solid testing suite on a robust foundation. Nothing is more reassuring when working on a codebase than knowing that […]