Search code examples
dependency-injectionbootstrappingspring.netcaliburn

Caliburn + Spring.NET - Configure Bootstraper


I would like use Spring.NET for IoC , DI, AOP and Caliburn as MVVVM framework.

But I can’t find any sample how configure bootstraper for Spring.NET.


Solution

  • Caliburn supports DI containers through a common IServiceLocator interface, for which a spring.net implementation is provided. See the Caliburn page on project setup.