Easily Create and Manipulate Mock Anonymous Data for Unit Tests
Looking to easily create mock data for unit testing, harnessing the power of AutoFixture, C#9 Records and the Builder Pattern to aid with consistency and maintainability.
Looking to easily create mock data for unit testing, harnessing the power of AutoFixture, C#9 Records and the Builder Pattern to aid with consistency and maintainability.
Using the Arrange, Act, Assert setup in unit tests, why do I still add the comments? Read on to find out.
Refactoring to use the Decorator Design Pattern to help apply the Single Responsibility Principle.
Adding strongly typed configuration settings and injected them through dependency injection.
Starting the journey of going past the basics of beginner training resources to appy software development practices and design patterns.
My first published article in DotNetCurry Nov-Dec 2018.
Implementing the strategy pattern with generics to improve consistency of code base.
Strategy pattern implementation options with enum generic constraints
Building on the previous post about implementing the strategy pattern in ASP.NET Core to harness SOLID design.
Using ASP.NET Core Dependency Injection to wire up a strategy pattern implementation to harness SOLID design.