Based on some research I've done (Dependency Injection in .NET<http://www.amazon.com/Dependency-Injection-NET-Mark-Seemann/dp/1935182501> and through coding experience) Constructor Injection is often the best way for an object to receive dependencies. My questions are:
1. Are others who use NHibernate using Constructor Injection in mapped entities? 2. What is the current best practice for integrating a container such as Castle Windsor with NHibernate to enable Constructor Injection for mapped entities? 3. From what I have seen, creating a custom IBytecodeProvider would work to enable NHibernate to use an external container. Is there an official source for a Castle Windsor IBytecodeProvider that will work with the latest version of NHibernate? Thanks for your help -- You received this message because you are subscribed to the Google Groups "nhusers" group. To view this discussion on the web visit https://groups.google.com/d/msg/nhusers/-/aPKySRgCGIMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
