Skip to content

Instantly share code, notes, and snippets.

@KodrAus
KodrAus / PureDI.cs
Last active January 20, 2020 07:02 — forked from davidfowl/PureDI.cs
DI under the hood. This is what DI containers automate for you
using System;
using System.Threading;
namespace PureDI
{
class Program
{
static void Main(string[] args)
{
// Create the singletons once