I want to add Rhino Service Bus to my ASP.NET web application, but using Ninject as a DI container. So far, all the examples that I see use Castle Windsor, which I do not want to use, since we already use Ninject.
Are there any tutorials that show how to add Rhino Service Bus to an ASP.NET web application without a direct dependency on Castle Windsor (e.g. using Ninject)?
source
share