I\'ve been cracking my head over installing a Windsor container using a custom configuration object. It seems simple, but apparently there\'s something important I\'m just not getting. I\'ll be gratef
I\'m developing a RIA application where there is javascript on the client (i\'m using Ext) and开发者_JS百科 .NET on the server, for json-rpc I\'m using Jayrock which is a nice library (at least for me
I am using the Wcf Facility, (windsor 2.5.2) latest version from github repo as of last week. how ever it is not working throwing the following error (when the service starts up)
how can i get the WcfFacility to make my service Per call, I have tried Component.For<IService1>().ImplementedBy<Service1>().AsWcfService(new DefaultServiceModel()).LifeStyle.PerWcfOperat
I\'m fairl开发者_StackOverflow中文版y new to IoC and am a little stuck on the best practice going forward.The project I\'m working on is built in MVC with Sharp Architecture.The way we currently use I
Following my previous question regarding Unity ( Unity: Register two interfaces as one singleton with interception ), I tried to do the same with Castle Windsor:
I\'m starting a new project and I\'m looking into using a dependency container (Castle Windsor) to help when it comes to unit testing. One of the things that is a little frustrating is that after I\'v
I am using MVC 3, I have a range of Controllers depending on various repo开发者_运维问答sitories, 1 of my repository relies on the http context session.
I use NHibernate in my application through a set of interfaces. The ISession is wrapped up in an interface called IUnitOfWork whose concrete implementation looks like this:
Everywhere I look for information on Windsor or Spring.net its always in reference to MVC. Is there any point trying to implement it f开发者_JS百科or web forms projects or wcf?It just so happens that