Integration with Entity Framework Integration (Spring.net)

I need to configure Entity Framework in conjunction with NCommon to work with Spring.NET IoC Container. I noticed about the Microsoft CommonServiceLocator project to abstract the DI containers used in the NCommon project, but I still can't find a convincing example on how to implement the NCommon repository for Entity Framework using Spring.NET as IoC, all of which are configured with Xml ... Any ideas? Thanks in advance.

+2


source to share





All Articles