castle
Sending Castle Proxy from NHibernate with MassTransit over MSMQ causes StackOverflowException
I\'m trying to send a message with MassTransit over MSMQ.The message contains two properties which are types obtained from an NHibernate query and contain Castle Proxies (for lazy loading).[详细]
2023-02-01 08:35 分类:问答Castle Windsor Typed Factory Weirdness
I\'m getting some very unexpected (I think) behavior with the Typed Factory facility. Basically, it\'s reusing transient component instances for constructor injection with Func<T>.[详细]
2023-01-31 17:12 分类:问答Castle Windsor registration of open generic decorator types
I am trying to figure out how to register decorators for generic types with 2 generic parameters. The first test case below is just a sanity check for a 1-generic parameter case which I added when the[详细]
2023-01-26 19:07 分类:问答Is it possible to use NHibernate 3 with current release of Castle ActiveRecord?
I need to use new LINQ provider in NHibernate 3.0 us开发者_开发百科ing Castle ActiveRecord. How it possible. Can I simply replace NHibernate 3.0 assembly with that one that comes with Castle ActiveRec[详细]
2023-01-26 08:05 分类:问答Tell C# to use Castle to create objects
I think my question is a long shot. Lets say I have an 开发者_运维技巧attribute: public sealed class MyCustomAttribute: ActionFilterAttribute[详细]
2023-01-22 20:58 分类:问答Could not load file or assembly 'Castle.DynamicProxy2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc'
I\'m using Microsoft Visual Studio 2010.I start to work with FluentNHibernate 1.1. After configuration.BuildSessionFactory() execute, i have exception.[详细]
2023-01-21 01:07 分类:问答Solving a dependency graph for aspect oriented component
public interface IFoo : ICanCatch, ICanLog { void Bar () } public class Foo : IFoo { public void Bar () {[详细]
2023-01-19 22:19 分类:问答castle windsor: how to register a list programmatically (instead with a configuration file)
I would like to register an object with a list parameter, but without using a configuration file. this is the configuration file that I currently use:[详细]
2023-01-18 23:40 分类:问答What is NHibernate session exactly?
It\'s a long time开发者_如何学运维 I\'m working with NHibernate session through frameworks like Castle ActiveRecord but never understood what is a session exactly and how should manipulate. Can anybod[详细]
2023-01-18 09:05 分类:问答Castle windsor registering component problem
Hi I\'ve been using Castle project for the first time and facing a problem in registering a component with the container in a console application.[详细]
2023-01-18 05:27 分类:问答