I have quite a large code base using a variety of different ADO technologies (i.e. some EF and in some cases using ADO.Net directly).
So based on this question (here), of which I asked last week, I decided to go and have a look into the Castle project and use the Castle.Facilities.NHibernateIntegration facility.
I\'m trying to do some testing with castle windsor involved, in one of my tests I want to check the windsor installers, so I check that the container can resolve my components given its interface.
I am using the WCF facility for a service hosted in WAS (net.tcp binding in iis7) and experiencing a weird issue only upon a cold application startup (i.e. not already running).
It appears the NServiceBus 开发者_JS百科is built against Castle Windsor 2.0.0.0, whilst the WcfFacility needs to be built against 2.5.2.
We have an issue whereby we have a download link on our website (running Castle Monorail) that downloads some data as a CSV. The Action method is as follows:
How do I pass dynamic parameters to a U开发者_如何转开发singFactoryMethod registration? For example, I want to write something like:
I have a WPF app which, when it starts, looks at the file system for some config files For each config file it finds, it displays some info in a different window
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