Guys, is there an easiest way to learn unity ? I haven't read much about IoC etc, but I need to learn IoC based on Unity for my future reference. Please help. Thanks
+1
A:
There's a Hands-On-Lab and more, including the complete documentation at http://www.codeplex.com/unity
Botz3000
2009-08-10 10:44:30
A:
All you need is to understand basic conception of IoC/DI, and in order to do that you need to understand factory pattern. It may sound complicated, but in reality its very-very simple pattern.
Check this screencast http://www.dimecasts.net/Casts/CastDetails/33
Ray
2009-08-10 10:45:57
+3
A:
Also, there is an extremely related post here: http://stackoverflow.com/questions/1232643/getting-started-with-unity-framework
Anderson Imes
2009-08-11 03:00:58
Thanks for your info....but I've found out that ninject is more preferable than unity.
Funky81
2009-08-11 10:02:09
Regardless of your choice of DI container, you should probably choose an answer that answered *this* question. :) As an aside, I'm enjoying Ninject myself.
Anderson Imes
2009-08-11 21:55:44