Tagged Questions
The binsor tag has no wiki summary.
2
votes
1answer
557 views
Internals visible to Boo (Binsor)
I am using Castle Windsor for IoC and I want to use Binsor to define my configuration.
I want to let my internals be visible to Boo. I have tried to mark my assembly with
...
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#, ...
0
votes
1answer
144 views
Compiling Ayende's Binsor with trunk Boo
I'm trying to update our references, including Boo. When compiling Binsor, I'm getting a bunch of errors, which I'm hacking away one at a time. After much source browsing and googling, I'm unable to ...
0
votes
1answer
128 views
Binsor: How to use dictionaries whose elements are components in the container
Any idea how to configure SortedList whose elements are components register on the container in binsor.
Crud:ICrud
{
public SortedList<string, ICrudTransfer> Proxies
{
...