The only way to register services today is in the AddModuleServices in the ModuleInitializer class. It would be great if this could be defined outside the module assembly, for example in a xml configuration file. This would allow service implementations to be placed in a separate assembly with no references from the main module assembly. I think this will make the architecture more composable and flexible.
No files are attached