Tagged Questions

1
vote
1answer
403 views

Binsor and log4net

I'm using Castle Windsor and Binsor to use dependency injection in my application. I'm no expert at either one. Usually I can figure out how to bend Windsor to my will, but I find Binsor much harder, ...
0
votes
1answer
38 views

what is the purpose of Binsor when there are c# APIs for Windsor?

I am fairly new to Windsor, and completely new to Binsor, and Boo. However, I am not new to IoC containers. I have already done several non-trivial things with Windsor. It has all been done in C#, ...