372 Views
There are some IoC containers which support Lazy<T> out of the box, namely Autofac 2, or Managed Extensibility Framework to name a few. Unfortunately, Unity IoC (even the latest Unity 2.0) is not on that list. If you want to know how to add native support for Lazy<T> to Unity 2.0, keep reading further =)
0 comments