Ninject Kernel Scope

Posted by user326502 on Stack Overflow See other posts from Stack Overflow or by user326502
Published on 2010-04-27T02:37:02Z Indexed on 2010/04/27 2:43 UTC
Read the original article Hit count: 641

I'm new to Ninject, and I was wondering if the scope of the kernel should be 1 per application. So should I treat the kernel as a singleton?

Thanks.

© Stack Overflow or respective owner

Related posts about ninject

Related posts about dependency-injection