Getting Started with Unity Framework

Steve picture Steve · Aug 5, 2009 · Viewed 10.7k times · Source

Could anyone recommend some good resources for getting started with the Unity framework? I've downloaded the source from Codeplex and got it to compile. So now I've got a set of compiled binaries, where do I go next? I understand the principles of inversion of control but don't have much knowledge of the specifics of the Unity framework.

I've downloaded the Unity documentation from Codeplex but it seems to be targeted at users that already have a good working knowledge of the framework.

What I'm really looking for is some good "getting started" type guides for Unity, or maybe some basic sample applications.

Any pointers to good articles, samples or blogs gratefully received.

Great suggestion from RichardOD: Screen cast from David Hayden

Answer

RichardOD picture RichardOD · Aug 5, 2009

Have a look at Oxite. That is ASP.NET MVC and uses Unity for DI. David Hayden has done a screencast that might be useful to you.