views:

1097

answers:

2

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

+4  A: 

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.

RichardOD
+1 for the screencast. Instant rush of Unity to the head.
Gishu
+1  A: 

An on-demand web casts you can check out. Introduction to dependency injection with Microsoft Enterprise Library Unity Application Block

Edit: Fixed link. (Link to Event ID 1032382565 is dead).

JP Alioto
Thanks for the answer JP, am I missing something or have both of these resources expired?
Steve