Tagged Questions
1
vote
1answer
244 views
NHIbernate SessionFactory and Configuration Recreation
I have one difficult situation.
As we know NH SessionFactory is a singleton in our app.
"Heavyweight, thread-safe, and you only should ever have one per
database".
And SessionFactory is ...
0
votes
3answers
461 views
Castle.Windsor and data access object with webforms asp.net
I've create a sample project trying out some new patterns, namely Dao and IoC.
My Dao is defined as follows:
public class Dao<T> : IDao<T>
{
protected NHibernate.ISessionFactory ...
0
votes
1answer
302 views
Castle Windsor: master controller not resolving the registered components in the container
Having the code below in my Global.asax.cs and two controller (one based on a the other: MasterController) I don't seem to find how can I resolve the repository register in my WindsorContainer from ...