Automatically register/resolve dependencies using loaded assemblies
In my current projects, whenever a new service is added, I need to manually register it in the container if using Unity or bind it in the kernel if using Ninject. This is working alright for the team so far but there is a way to automate this process. The idea is to look into the loaded … [Read more…]