|
by Paul Stovell via Paul Stovell on 11/10/2009 1:07:43 PM
Back to: Magellan Home
Magellan was designed to work with Composite WPF from day one. Composite WPF provides support for multiple modules, loosely coupled pub/sub eventing, and regions for sub-dividing zones in the UI. However, Composite WPF does not enforce any particular UI pattern - MVVM, MVP and MVC could all work.
Magellan and Composite WPF can work well together to create a composite navigation-oriented application using the MVC pattern. Here are some examples:
Compo
... [ read more ]
|
|