- Is Unity a part of .net framework or is it external?
- Where can I get it and how can I add it to my project?
any good tutorial on how to use Unity?
Thanks
any good tutorial on how to use Unity?
Thanks
EDIT: I haven't watched it yet, but this screencast: http://www.pnpguidance.net/Screencast/UnityDependencyInjectionIoCScreencast.aspx is recommended in another question: Getting Started with Unity Framework
It's part of Microsoft's Enterprise Library, which is freely downloadable from Codeplex. Enterprise Library contains various code blocks of varying usefulness including IOC (Unity), logging, data access, caching, etc..