RE: Which IoC container should I use?

2011-02-21 Thread David Kean
Of Bec Carter Sent: Sunday, February 20, 2011 4:23 PM To: ozDotNet Subject: Which IoC container should I use? G'Day, What IoC containers do you all recommend? There are so many around! Cheers, Bec

Re: Which IoC container should I use?

2011-02-21 Thread David Burela
/system.componentmodel.composition.aspx -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Bec Carter Sent: Sunday, February 20, 2011 4:23 PM To: ozDotNet Subject: Which IoC container should I use? G'Day, What IoC containers do you all recommend

Which IoC container should I use?

2011-02-20 Thread Bec Carter
G'Day, What IoC containers do you all recommend? There are so many around! Cheers, Bec

Re: Which IoC container should I use?

2011-02-20 Thread Matt Siebert
I was trying to answer this for myself recently and found this: http://stackoverflow.com/questions/411660/enterprise-library-unity-vs-other-ioc-containers http://stackoverflow.com/questions/411660/enterprise-library-unity-vs-other-ioc-containersIt's a little dated though. Enterprise Library has

RE: Which IoC container should I use?

2011-02-20 Thread Richard Jones
Castle Windsor -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Bec Carter Sent: Monday, 21 February 2011 10:23 AM To: ozDotNet Subject: Which IoC container should I use? G'Day, What IoC containers do you all recommend

Re: Which IoC container should I use?

2011-02-20 Thread Scott Barnes
Ahh, an idealist:) Combine tight deadlines, tire fire of existing code and lastly the realities of day to day cubicles in enterprise.. AutoFac is the vaccination one needs to fight off further downward spiral of bad code. --- Regards, Scott Barnes http://www.riagenic.com On Mon, Feb 21, 2011

Re: Which IoC container should I use?

2011-02-20 Thread Joseph Cooney
I 3 Autofac. On 21/02/2011, at 10:23 AM, Bec Carter bec.usern...@gmail.com wrote: G'Day, What IoC containers do you all recommend? There are so many around! Cheers, Bec

Re: Which IoC container should I use?

2011-02-20 Thread Bec Carter
Thanks for all responses- I will check them out. On Mon, Feb 21, 2011 at 1:24 PM, Michael Minutillo michael.minuti...@gmail.com wrote: I guess it's still early in the day but I'm surprised not to see any StructureMap/Windsor peeps throwing their hats in the ring. Back to the original point,

Re: Which IoC container should I use?

2011-02-20 Thread Arjang Assadi
Aaah both a realist and a pragmatist :) Regards On 21 February 2011 13:07, Scott Barnes scott.bar...@gmail.com wrote: Ahh, an idealist:) Combine tight deadlines, tire fire of existing code and lastly the realities of day to day cubicles in enterprise.. AutoFac is the vaccination one needs to

Re: Which IoC container should I use?

2011-02-20 Thread Arjang Assadi
On 21 February 2011 13:50, Nathan Schultz milish...@gmail.com wrote: I've used both StructureMap and Unity in anger. Luck skywalker much? :) Regards Arjang