Skip to content

Instantly share code, notes, and snippets.

View KodrAus's full-sized avatar
🌴
On vacation

Ashley Mannix KodrAus

🌴
On vacation
View GitHub Profile
@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