Skip to content

Instantly share code, notes, and snippets.

@pparadis
Created June 22, 2015 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pparadis/2af1b8f3e2121271a864 to your computer and use it in GitHub Desktop.
Save pparadis/2af1b8f3e2121271a864 to your computer and use it in GitHub Desktop.
ordered-using
using Castle.MicroKernel.Registration;
using Castle.MicroKernel.Resolvers.SpecializedResolvers;
using Castle.Windsor;
using Castle.Windsor.Installer;
using Core;
using Filters;
using Formatters;
using Plumbing;
using System.Linq;
using System.Net.Http.Formatting;
using System.Reflection;
using System.Web.Http;
using System.Web.Http.Dispatcher;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment