By tag: Autofac
0
kicks
Using Redis with ASP.NET Web API
In this article I am going to show how to use Redis as a data store in a ASP.NET Web API application. I will implement a basic scenario that leverages ServiceStack.Redis library and its strongly typed Redis client, show how to model and store one-to-many relationships and how to use Web API dependen...
0
kicks
IoC libraries compared
A comparison of how to initialize various IoC libraries. Including AutoFac, Ninject, Spring.Net, StructureMap, Unity, and Windsor.
0
kicks
Common IoC denominator for Autofac, Castle and Unity .NET Containers
What’s the common denominator for the Autofac, Castle, Unity and other popular .NET containers?
Some think, that it is the CommonServiceLocator - an interface that will allow library developers to abstract from the specific Container or Service Locator implementation.
0
kicks
BFG: DSL configuration syntax for Autofac IoC Container
This might be interesting for people that use popular IoC container for .NET - Autofac. Now it is possible to configure this container with the custom DSL syntax that is more flexible and efficient than plain XML configuration.
0
kicks
Implementing Exception Handling Application Block with Photon.NET
Let's implement lightweight EntLib Exception Handling with the Autofac IoC and Boo DSL