Posts tagged with magellan
FunnelWeb vs. Magellan Community
In learning about how community participation in OSS projects work, I found it interesting comparing two of my projects.
Magellan article on CodeProject
I just published an article to CodeProject about Magellan.
Magellan 2.0 is here!
It took a while, but Magellan 2.0 is finally released. Learn more about what the new build contains and how to get started.
SDDN and SDNUG May talks
I spoke at the SDDN user group in Sydney on Tuesday, then at the SDNUG on Thursday.
Magellan Route Registration
I'm implementing a routing engine in Magellan. Unfortunately I have to make a slight deviation from the ASP.NET route registration syntax.
Magellan Forms
Magellan introduces a couple of controls and patterns for building data entry forms.
Magellan Navigation Engine Design
Plans for a better navigation framework for WPF and Silverlight
Magellan is on CodePlex
A quick update: Magellan source code and releases are now on CodePlex.
Magellan Extension Points
A list of the extension points in Magellan's MVC framework
Extending the WPF XML namespaces
Is it bad to use the [XmlnsDefinition] tag to usurp the Microsoft WPF namespaces?
Magellan Diagnostics
Magellan provides deep diagnostics information that can be used for troubleshooting errors.
Magellan Asynchronous Controllers
Using background threads to execute actions in Magellan.
Magellan with Windows Forms
Magellan doesn't support Windows Forms natively, but it's easy to add using a custom View Engine.
Magellan Exceptions
A discussion of exceptions that can be thrown by Magellan, common issues that can cause them, and suggestions for handling them.
Magellan and View Reuse
ActionFilters are a great mechanism for extending Magellan. Here we take a look at how they might be used to activate views that are already open rather than always creating a new view.
Opinions: View() or Window()/Page()?
Looking for opinions on a Magellan API change.
Magellan Installer
Introducing the brand new Magellan installer and project templates.
Magellan TODO List
The Magellan TODO list, which has now been moved to Subversion.
Using Magellan with Caliburn and the MVP Pattern
Caliburn is a WPF framework that shares similarities with Magellan, and they can also work side by side. This page describes how.
Magellan vs. WPF Starter Kit
This page compares Magellan with the WPF Starter Kit navigation system.
Magellan View Engines
View engines contain the logic to render Windows, Pages, Dialogs, and other forms of views from a ViewResult.
Magellan Controllers
As an MVC framework, Controllers have a pretty prominent position in Magellan. This page describes the ins and outs of controllers.
Magellan Navigator
The Navigator begins the navigation flow in Magellan. This page describes what it is used for.
Magellan and the MVVM Light Toolkit
The MVM light toolkit by Laurent Bugnion is a useful framework for MVVM applications. This page shows how it can integrate with Magellan.
Magellan and the Microsoft MVVM Toolkit
Microsoft provides a toolkit for building MVVM project in WPF. This page describes how Magellan and the MVVM toolkit can leverage each other.
Magellan and Composite WPF
Magellan and Composite WPF can work together to to build composite WPF applications using MVC.
Magellan and IOC/DI Containers
Modern .NET applications draw many benefits from using IOC containers. This page describes how Magellan can use IOC.
Magellan Quickstart
A short walkthrough to get you up and running with your first Magellan application.