Skip to content

Instantly share code, notes, and snippets.

View chaddoncooper's full-sized avatar

Chad Cooper chaddoncooper

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Castle.MicroKernel;
using Castle.Windsor;
namespace Windsor.Extensions
{
public static class WindorContainerExtensions