Can I use my Ninject .NET project within Orchard CMS?
问题 I am creating a website using Orchard CMS and I have an external .NET project written with Ninject for dependency injection which I would like to use together with a module within Orchard CMS. I know that Orchard uses Autofac for dependency injection and this is causing me problems since I never worked with DI before. I have created an Autofac module, UserModule , which registers the a source, UserRegistrationSource , like this: UserModule.cs public class UserModule : Module { protected