Question

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.

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top