Magellan is moving to Google Code
- Magellan 1.1 (stable) for VS 2008 is documented and available on this CodePlex site
- Magellan 2.0 (unstable) for VS 2010/.NET 4.0 is undocumented, but source code is available from Google Code
What is it?
Magellan is a lightweight MVC framework that makes it easy to build WPF navigation applications. It is inspired by the ASP.NET MVC framework, and it should feel familiar to anyone who has worked with ASP.NET MVC.The main features are:
- Model-View-Controller framework
- Blend behaviors and Commands to make navigation easy
- Transitions between pages
- Action filters for cross-cutting concerns such as authorization and redirection
- Integration with Composite WPF
Getting Started
Documentation
- Commands
- Behaviors
- The Navigator
- Controllers and Controller Factories
- Action Filters
- Action Results
- View Engines
- Transitions
- Shared Layouts/Master Pages
- Forms
- Exceptions
Integration
- Using Magellan with an IOC container
- Using Magellan with Composite WPF
- Using Magellan with Microsoft MVVM Toolkit
- Using Magellan with MVVM Light Toolkit
- Using Magellan with Windows Forms