I have begun using Castle Windsor and somehow my app is all up and running but I dont really understand how its working.Don\'t refer me to the documentation as I wouldn\'t be here otherwise.
I hope the title makes at least some sense. I have the situation as in the code below. The test passes, but I would like to register
I am converting my application to a multi-tenancy application, one of my obstacles is that now I have to store settings for each tenant in the database.
I\'ve just been reading the trace for one of my ASP.NET pages and I\'ve noticed that the page user is being loaded from the database each time the user is required. Since each ISession is supposed to
Assume we have IFoo implemented by Foo and IBar implemented by FirstBar and SecondBar. Using this convention registration:
I\'m using webforms and I\'m wondering how I can remove the followoing concrete reference to a repository. In the past I\'ve used castle windsor with MVC but I don\'t think I can use that here?
I am developing a winforms application and I have a scenario where I want to scope the lifetime of some services to the lifetime of a usercontrol (which there can be many of in the application). What
I am trying to resolve an object (Context class) which has a constructor dependency on an IList but I am not able to resolve( see exception below). Can anyone explain why is this? Is there an issue wi
Does remoting facility still work in castle? i downloaded sample from http://www.castleproject.org/container/facilities/trunk/remoting/usingit.html
I am using the sample from castle @ http://old.castleproject.org/container/facilities/trunk/remoting/containersconnected.html for \"Scenario: Using the container on both endpoints and use the containe