As one of the original patterns outlined in the book “Design Patterns: Elements of Reusable Object-Oriented Software” by the “Gang of Four”, the factory pattern is the… Read more “Injecting a Factory Service in ASP.NET Core”
Tag: TDD
Testing All the Things!
There have been a couple of times where I cut some of my unit testing short. Not because something wasn’t testable. Merely for the fact that my… Read more “Testing All the Things!”
Choosing an IOC Container – Pt 2
DryIoc is an IOC container for .NET that is built for speed. Looking at the link we mentioned previously, you will notice DryIoc performs better than all… Read more “Choosing an IOC Container – Pt 2”
Choosing an IOC Container – Pt 1
Dependency injection (DI) is an important topic to consider when building a .NET application (or any for that matter). It is difficult to argue the benefits… testability,… Read more “Choosing an IOC Container – Pt 1”