Tuesday, March 1, 2011

Prism (Composite Application Guidance for WPF and Silverlight)

   Prism provides guidance designed to help you more easily design and build rich, flexible, and easy-to-maintain Windows Presentation Foundation (WPF) desktop applications and Silverlight Rich Internet Applications (RIAs) and Windows Phone 7 applications. Using design patterns that embody important architectural design principles, such as separation of concerns and loose coupling, Prism helps you to design and build applications using loosely coupled components that can evolve independently but which can be easily and seamlessly integrated into the overall application. These types of applications are known as composite applications.


The Composite Application Guidance can help you develop your client application in a modular fashion. With this approach, you manage the complexity of a large application by breaking it down into smaller, simpler modules. The modules can evolve independently while working together as a unified application.


Fore more details:-
http://msdn.microsoft.com/en-us/magazine/dd943055.aspx
http://www.codeproject.com/KB/WPF/Prism21WPF.aspx
http://msdn.microsoft.com/en-us/magazine/cc785479.aspx
http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-10-A-Larger-Example-Email-Client



No comments:

Post a Comment