Dependency Injection Frameworks

Posts   
 
    
lotek
User
Posts: 56
Joined: 14-Sep-2005
# Posted on: 06-Aug-2008 04:18:24   

Any experiences with dependency injection frameworks? I am looking at StructureMap, Unity, and Spring.Net.

arschr
User
Posts: 894
Joined: 14-Dec-2003
# Posted on: 06-Aug-2008 12:58:25   

Also look at windsor it's part of the castle project

Seth avatar
Seth
User
Posts: 204
Joined: 25-Mar-2006
# Posted on: 06-Aug-2008 19:34:33   

I decided to use StructureMap because it seemed the easiest to use (I did not want to fiddle with xml; I preferred to just put it in the code). So far its been great! Although I did abstract the whole thing so that I could swap out StructureMap for something else.