Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Ninject 的新手,我想知道内核的范围是否应该是每个应用程序 1。那么我应该将内核视为单例吗?
谢谢。
是的你应该。更准确地说 - 你应该有一个根容器。可以创建特定于上下文的子容器。