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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Caliburn supports DI containers through a common
IServiceLocatorinterface, for which a spring.net implementation is provided. See the Caliburn page on project setup.