EntLib 5.0 comes with the TypeRegistration class, which represents a container registration entry as a LambdaExpression and additional metadata for constructing a specific type.
That way an existing container (ex Windsor), wired with existing application components, and EnterpriseLibrary application blocks can work all together! (No need to use Unity at all if you already using Windsor). Are there any implementations of EntLib 5.0 IContainerConfigurator interface for Windsor? I could not find any, so I wrote one. The current implementation resolves Enterprise Library components using Windsor as the underlying container. I am not a Windsor expert, but here it is: https://github.com/moodmosaic/WindsorContainerConfigurator -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. 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/castle-project-users?hl=en.
