I'm just getting started with the MonoTouch project, and I'm using Munq.IocContainer . Munq is a small DI infrastructure that I used earlier in the ASP.NET MVC project and Windows Mobile 6. Although it does not have bells and whistles of large frames, it is quick and easy to configure.
Please ignore the above. I started using Munq, which worked very well in the simulator, but failed when I tried to deploy a real iPhone. This is because Munq JIT is some code that AFAIK is not ok in MonoTouch on iOS. I returned to Funq , from which Munq is derived. Munq was actually intended for use in ASP.NET MVC3, so going back to Funq also means that there are no system.web links that need to be removed.
David clarke
source share