Autofac
Injecting classes that inherit from a generic one in Autofac
Lets say we have a generic class defined like : public class Foundation<TClass> where TClass : class { private readonly Inje...
Integrate Autofac with MVVM Light
I am going to show how to integrate Autofac with the Mvvm Light easy and quickly for most simple scenarios. Autofac is very powerf...