Top "Castle" questions

Castle is an open source project for .net that aspires to simplify the development of enterprise and web applications.

How to overwrite a component with castle windsor?

I want to redefine an (default) implementation in a given windsor-container. Is that what OverWrite is for? Doesn't work, though. …

inversion-of-control castle-windsor ioc-container castle
Unity Factory Injection

I have an interface like the below one which I inject into unity container. public interface IMyInstanceFactory { IEnumerable<IMyInstance&…

c# unity-container castle
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 …

nhibernate session activerecord castle-activerecord castle
Error loading one of the NHibernate dependent dll's

I am building an application using NHibernate. Because I could not add the DLL's of my current version of NHibernate (…

nhibernate nuget castle