[MonoTouch] Dependency Injection for monotuch

Mike Bluestein mike.bluestein at gmail.com
Thu Oct 1 18:58:04 EDT 2009


I know Microsoft's Unity app block worked with Silverlight 2.0 so that might
be worth a try. http://unity.codeplex.com <http://unity.codeplex.com>
On Thu, Oct 1, 2009 at 6:31 PM, Håvard Stranden
<havard.stranden at gmail.com>wrote:

> Tried Funq? It is an expression based DI container (no runtime
> reflection), and was created for the mobile application blocks. Check
> out http://funq.codeplex.com/.
>
> --
> Håvard Stranden
>
>
>
> On Fri, Oct 2, 2009 at 12:18 AM, Adam Langley <alangley at winscribe.com>
> wrote:
> > I have been researching which DI frameworks work with monotouch.
> > I have found that pretty much none of the ones I tried do.
> >
> > I have tried:
> > Windsor
> > AutoFac
> > Ninject
> > StructureMap
> > Spring.Net
> >
> > Going to attempt PicoContainer today...
> >
> > And I have used .net 2.0 versions (trying to avoid 3.5 references) where
> > possible.
> > Anything that uses Linfu Reflection.Emit will fail, and several of these
> > containers have references to System.Web.dll which isn't available on
> > monotouch so they become useless too.
> >
> > I have started to roll my own, I really would prefer to use Windsor as
> > Im so used to it - has anyone else gotten any of these to work with
> > monotouch?
> >
> > Thanks
> >
> > Adam Langley
> > _______________________________________________
> > MonoTouch mailing list
> > MonoTouch at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monotouch
> >
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20091001/ca3e2ce0/attachment.html 


More information about the MonoTouch mailing list