Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top