Welcome to MSDN Blogs Sign in | Join | Help

May 2008 - Posts

Decoupled Communication with Prism (Commanding)

WPF provides RoutedCommand which is great at connecting command invokers such as menu items and buttons with command handlers that are associated with the current item in the visual tree that has keyboard focus. However we had several scenarios that Prism
Posted by fcheung | 6 Comments

Decoupled Communication with Prism (Shared Services)

One common method of cross module communication is through shared services. Let's say our application is composed of a shell application and various module assemblies. Our shell app provides several core services such as logging, authentication, and service
Posted by fcheung | 4 Comments

Decoupled Communication with Prism (intro)

When building large complex applications, a common approach is to divide up the functionality into discrete module assemblies. Even further it is desirable to not have static references between these modules. This allows the modules to be more easily
Posted by fcheung | 5 Comments
 
Page view tracker