Project DescriptionA framework designed to bring RIA, composition, IoC and queued operations together in a coherent fashion.
The solution is split into three parts: desktop, silverlight and service
The desktop portion is as yet unwritten (it will be a port of the silverlight in due course)
The service portion is a composition framework dedicated to applications that have no user-interface (such as Windows services) and allows service code to benefit from IoC management, dependency injection, composition and bootstrapping in an easy to use framework.
The silverlight portion is an alagamation of Composite Application Block (aka Prism), Unity v2, MEF Contrib and SilverlightFX all refactored so they all play nicely with .NET Framework v4.
To build this project you will need to have installed the Enterprise Library v5 and built the source, and downloaded and installed Unity v2 for Silverlight as these dependencies are not included in the source tree.
You can read more about this project here
http://zensilverlight.blogspot.comMicrosoft Patterns & Practices Enterprise Library v5 is here
http://msdn.microsoft.com/en-us/library/ff632023.aspxMicrosoft Patterns & Practices Unity v2 for Silverlight is here
http://msdn.microsoft.com/en-us/library/ff678312.aspx