castle
Castle Windsor Transient Disposables
I know this has been discussed ad nauseum...but I have an issue with the way Windsor is tracking Transient IDisposable objects.[详细]
2023-03-22 15:21 分类:问答Castle Automatic Transaction Management Facility persist issues
Regarding the Castle Automatic Transaction Management Facility; I\'m having some difficulties getting operations to actually save to the database without flushing the session.[详细]
2023-03-22 07:48 分类:问答Where to download Castle.Facilities.WcfIntegration.dll? [duplicate]
This question already has answers here: 开发者_开发技巧 Closed 10 years ago. Possible Duplicate:[详细]
2023-03-12 22:25 分类:问答Performance advice for using Castle DynamicProxy in .NET web-apps
I am starting out with Castle DynamicProxy and I have this sample to track changes to properties of an object.[详细]
2023-03-12 11:12 分类:问答Proper error messages on registering wcf client components in Castle Windsor
I\'m trying to get an error message when I try to register a component in Castle Windsor that points to WCF Service that has errors in the configuration. For registering the component I\'m using:[详细]
2023-03-11 07:40 分类:问答Can Use Castle Windsor to Keep Static References In Memory?
Background... I have to build a new (asp.net mvc) app that uses an existing class library that is complex and can\'t be rewritten at this stage. The main problem is that this class library has a huge[详细]
2023-03-09 20:31 分类:问答ASP MVC + Castle + nHibernate how to connect?
What is the best way to connect asp mvc + castle windsor + nhibernate? I have repository which is injected into my controller constructor.[详细]
2023-03-07 06:08 分类:问答Castle WCF Integration Channel Closing
I\'ve been under the impression that releasing the component for my WCF service connection would close the channel associated with the component. However, consider the following:[详细]
2023-03-05 07:56 分类:问答injecting connection strings to DI resolved classes
I am using Castle to creat开发者_StackOverflow中文版e my database context based on a given interface. I have the following code in my Installer class and this works fine at the moment.[详细]
2023-03-04 09:41 分类:问答How to detect which constructor was used to create instance by Windsor?
I have a class with multiple constructor开发者_如何学编程s. Is it possible to detect which constructor Windsor used to create instance?[详细]
2023-03-04 02:22 分类:问答