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.

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top