Thumbnail View Resource
Source

http://www.codeproject.com/favicon.ico www.codeproject.com (The Code Project), posted 2010-07-09

Added By

Avatar BillHenn on 2010-07-22

Vitals
0score
  • 6735 total views
Summary
A new application architecture as an alternative to composite architectures such as Prism.
Excerpt
"The goals of this architecture are to: •Localize component interdependencies •Make contracts between components explicit •Connect the components via a configuration file (allowing for quick reconfiguration and reuse), and •Allow components to be developed in isolation, without the need for an application infrastructure to drive them The basic idea is that there is an extended chain of small services (the service tree). Each service performs one function only, and is tightly coupled to its neighbours above and below it in the chain. Communication of events passes up and down the tree, allowing events to be contextualized and translated in the process."
Full Link

http://www.codeproject.com/kb/wpf/servicetrees.aspx

About The Code Project

The Code Project is a community of software development and design developers joined together with certain common goals: to learn, to teach and to have fun programming. Developers from all over the world come together to share source code, tutorials and knowledge for free to help their fellow programmers. It is extremely popular and is one of the best places on the web to look for open source implementations of .NET control, components, and techniques. http://www.codeproject.com/

The WPFpedia resource guide has 238 total links to this site.

Comments 

There aren't any comments yet for this resource. Be the first to add one!

Add a Comment

Please log in to post comments.

Tags

Tasks

Thumbnail Screenshots by Thumbshots