开发者

Which IoC Container to use? [closed]

开发者 https://www.devze.com 2023-03-15 23:30 出处:网络
开发者_运维技巧 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
开发者_运维技巧 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I'm in the process of choosing an IoC container to inject my application dependencies.

I have worked with Spring.NET. I have heard about Autofac, StructureMap and Microsoft Unity as well which are quite similar .

Which IoC container would you recommend to use and why?

Many thanks,


You could read about comparaisons. Look at that thread : https://stackoverflow.com/questions/1140730/net-ioc-container-comparisons


I have worked with Spring.NET. I have heard about Autofac, StructureMap and Microsoft Unity as well which are quite similar .

It probably doesn't matter from a technical point of view. As you say, they're quite similar.

Spring.NET does not come from Microsoft. Stick with a Microsoft framework if using their full stack is important to you.

I've used the Java version of Spring for many years. I think it's excellent.

0

精彩评论

暂无评论...
验证码 换一张
取 消