alkampfer on February 26th, 2010

Working with open source software is fun, but sometimes can be difficult. Take as example castle and Nhibernate, since castle references nh with the NHIntegration facility, and at the same time NH references castle for Dynamic Proxy.
A good way to survive this chaos, is working with the trunk, as I usually do, but compiling everything [...]



kick it on DotNetKicks.com

Continue reading about Work with castle and NHibernate trunk

alkampfer on October 21st, 2009

In this post, Alessandro explains how to create dynamically wcf proxy objects through Castle Windsor. We used this factory for some services exposed with basichttp binding with no problem, now we are using WS* binding and we are experiencing some problems.
The problem arise when the client spends too many time without calling the service. After [...]



kick it on DotNetKicks.com

Continue reading about Wcf client proxies created by WCF and timeout

alkampfer on August 7th, 2009

In a project I’m working with Guardian, we are using NHibernate behind a Repository Pattern. Despite the question if is good or not good to shield the session behind a Repository,we encountered a classic problem.
The software is structured as service, we use Castle Nhibernate Facility and Wcf Integration Facility plus a simple interceptor that manages [...]



kick it on DotNetKicks.com

Continue reading about Manage Scope or Execution Context of Repository