Tag: 'dependency injection'

Coding Shorts: Dependency Injection Explained
Coding Shorts: Dependency Injection Explained
July 5, 2021

Like most of you, I've been using Dependency Injection in my projects for quite a while. Whether it be the built-in .NET Core Dependency Injection layer, Ninject, StructureMap, Unity, MEF, etc. I've been using a DI layer to do this work for many years. But before I understood the benefit, I did so somewhat reluctantly.

Should You Always Create a Nuget Package? Asking for a Friend...
Should You Always Create a Nuget Package? Asking for a Friend...
November 29, 2020

I have a couple of public projects (this blog, and the code camp website) that both use Azure Blob storage to store images for the sites. I've felt guilty that I've copy/pasted the code between them for a while. I decided to fix it.