Category: Unit Testing
-
Managing Dependencies with Dependency Injection & Composition Patterns: A Practical Guide
This article explores using design patterns like Dependency Injection (DI), Service Locator, and the Factory Pattern with DI, developers can achieve loose coupling and improve the overall architecture of their applications. Read more
-
Mastering Automated Testing and CI/CD in .NET with xUnit, Moq, and Fluent Assertions
In this article, we will explore unit testing with .NET, particularly when working with repository patterns, and explore how CI/CD pipelines in Azure DevOps can automate the build and deployment process. Read more