标签: asp.net-mvc-3 dependency-injection asp.net-mvc-4
我一直在使用Unity.Mvc3作为我的依赖注入机制。
有哪些替代方案?
提前感谢您的回复。
答案 0 :(得分:1)
我目前正在使用autofac。但是我知道很多人都在使用StructureMap,很多人更喜欢Ninject。 Afaik,虽然autofac具有最佳性能(其次是StructureMap)