Tuesday 13 May 2008

Prism Silverlight - Prism Contrib

It seems that I found it, years ago I was looking to create a cross platform composite application in silverlight, its seems that now I will be able to have it and create it with Silverlight 2.0 and Prism (WPF composite application block) thanks to Contribute extension of Prism.

Patterns & Practices: Prism Contrib - Home

Unity Dependency Injection IoC Screencast

David Hayden presents here the new Unity Dependency Injection, which highlights:

UnityContainer Resolve and BuildUp Methods
UnityContainer RegisterType and RegisterInstance Methods
UnityConfigurationSection for Web.config and App.config
ASP.NET MVC Framework. ASP.NET Model View Presenter Pattern.

If you are currently using Dependency Injection this is a pretty good alternative, I do like the ability to define the Registration type for Singleton, resolve properties without the need to decorate them, and from the screencast I like both examples for MVC and MVP.