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, most of the containers will provide many of the
same capabilities but in slightly different ways. At the end of the day
there are only so many ways you can build a dictionary of object factories
(which is sort of all an IoC container is). Most of the time the differences
are in how you register components with the container and some of these
features can get quite advanced so by the time you need those, you've
already made your choice.

If you have the time, the best thing for you to do is to build a very small
app representative of the way you'll be doing things and then try each of
the containers out to see how they "feel".


On Mon, Feb 21, 2011 at 10:13 AM, Joseph Cooney <joseph.coo...@gmail.com>wrote:

> 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
>

Reply via email to