The Singleton Pattern is one of the most popular design patterns in software development. In large part, this is due to two key points. First, it is… Read more “Implementing the Singleton Pattern in ASP.NET Core”
Tag: Dependency Injection
Build a Console App in .NET Core Like a Pro!
If you have worked with .NET before chances are you’ve interacted with a console application at some point. Console applications can range from small helper utilities to… Read more “Build a Console App in .NET Core Like a Pro!”
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”