I want to use Ninject with REST WCF. I found this article where the implementation looks quite easy. The problem is that I can't find NinjectWcfApplication which my Global.asax needs to inherit anywhere in my project. The installed packages are - Ninject, Ninject.Extensions.Wcf and Ninject.Web.Common.
Also maybe there is a better way of REST WCF Ninject implementation.
Thanks in advance!