[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 […]

[Dometrain] From Zero to Hero: Test-Driven Development in C#

Dometrain – From Zero to Hero: Test-Driven Development in C# [FCO] About Master the craft of Test-Driven Development from the basics to the most advanced concepts Test-Driven Development (or TDD for short) is one of the most essential software development practices. It is a practice based on the simple idea that instead of writing our […]

[Dometrain] Getting Started: Clean Architecture in .NET

Dometrain – Getting Started: Clean Architecture in .NET [FCO] About Clean Architecture is one of the most popular software architecture and solution organization approaches out there, and that’s for a good reason. It provides a clear path to a robust solution structure with clear guidelines and rules that help you fall into the pit of […]