castle
Using AOP techniques to intercept ADO.Net
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).[详细]
2023-03-02 03:59 分类:问答Thread safe issue with Castle.Facilities.NHibernateIntegration ISessionManager in Web context
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.[详细]
2023-02-28 20:24 分类:问答Testing Castle windsor Component with PerWebRequest lifestyle
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.[详细]
2023-02-28 09:32 分类:问答HELP! - DefaultServiceHostFactory executing before application_startup and container creation
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).[详细]
2023-02-27 07:49 分类:问答How do I avoid version conflicts using NServiceBus with Castle Windsor WcfFacility?
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.[详细]
2023-02-23 07:39 分类:问答Castle Monorail Databinding in an Action
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:[详细]
2023-02-21 17:22 分类:问答Passing parameters to UsingFactoryMethod in Castle Windsor
How do I pass dynamic parameters to a U开发者_如何转开发singFactoryMethod registration? For example, I want to write something like:[详细]
2023-02-20 08:45 分类:问答IoC - Constructor takes a runtime value as one parameter and a service as another
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[详细]
2023-02-19 14:58 分类:问答Using strongly-typed configuration parameters in Windsor Installer
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[详细]
2023-02-19 06:09 分类:问答Castle windsor and IHttpHandler and IHttpHandlerFactory
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[详细]
2023-02-19 00:02 分类:问答