Autofac Decorator Example: How to Configure Your Autofac Container
Autofac is a great tool for building Dependency Injection (DI) friendly applications. It is an IoC container library for .NET that is really simple to use. It's simple to register a decorator...