Skip to content

Instantly share code, notes, and snippets.

View PunkUnicorn's full-sized avatar
🦄

Matthew PunkUnicorn

🦄
  • Bracknell, South East England, UK
View GitHub Profile
@greatb
greatb / C# console app example with AutoFac DI
Created November 2, 2016 00:26
C# Console app sample code for AutoFac DI and No-DI
using Autofac;
using System;
namespace AutoFacHW
{
class Program
{
static void Main(string[] args)
{
var container = ContainerConfig.Configure();