Posts tagged with magellan

Feb 3 2011

FunnelWeb vs. Magellan Community

In learning about how community participation in OSS projects work, I found it interesting comparing two of my projects.

oss community magellan funnelweb
Feb 1 2011

Magellan 2.2

I just released Magellan 2.2. Here's a summary of the changes.

magellan wpf .net navigation frame
Sep 7 2010

Magellan article on CodeProject

I just published an article to CodeProject about Magellan.

magellan wpf mvc mvvm
Sep 6 2010

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.

magellan wpf mvc
Jun 1 2010

Magellan 2.0 Feature Preview

An overview of the changes planned for Magellan 2.0

navigation magellan wpf mvc mvvm
May 2 2010

SDDN and SDNUG May talks

I spoke at the SDDN user group in Sydney on Tuesday, then at the SDNUG on Thursday.

paul-stovell user-groups presentation magellan aop
May 2 2010

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 silverlight wpf routing
Feb 20 2010

Magellan Major Changes

A brief note about a couple of big changes in Magellan

wpf magellan
Feb 20 2010

Magellan Forms

Magellan introduces a couple of controls and patterns for building data entry forms.

wpf magellan forms data-entry input
Jan 28 2010

Magellan Navigation Engine Design

Plans for a better navigation framework for WPF and Silverlight

wpf silverlight magellan
Jan 26 2010

Magellan is on CodePlex

A quick update: Magellan source code and releases are now on CodePlex.

magellan codeplex
Jan 2 2010

Magellan Extension Points

A list of the extension points in Magellan's MVC framework

magellan mvc wpf
Jan 2 2010

Extending the WPF XML namespaces

Is it bad to use the [XmlnsDefinition] tag to usurp the Microsoft WPF namespaces?

magellan wpf xaml
Jan 2 2010

Magellan Shared Layouts

Shared Layouts bring the concepts of ASP.NET Master Pages to WPF, and can be used on Pages, Windows and User Controls.

wpf magellan navigation master-pages shared-layout
Dec 30 2009

Magellan Diagnostics

Magellan provides deep diagnostics information that can be used for troubleshooting errors.

magellan wpf diagnostics trace tracesource
Dec 30 2009

Magellan Asynchronous Controllers

Using background threads to execute actions in Magellan.

wpf magellan threading asynchronous background loading action-invokers
Dec 22 2009

Magellan with Windows Forms

Magellan doesn't support Windows Forms natively, but it's easy to add using a custom View Engine.

magellan wpf windows-forms interop view-engines
Dec 12 2009

Magellan Exceptions

A discussion of exceptions that can be thrown by Magellan, common issues that can cause them, and suggestions for handling them.

magellan exception-handling action-filters
Dec 12 2009

Magellan Transitions

Transitions allow you to play animations when navigating between pages. Magellan includes out-of-the-box support for transitions.

wpf magellan navigation transitions
Dec 7 2009

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.

magellan wpf action-filters mvc
Nov 27 2009

Magellan and WPF Page management woes

WPF navigation can be tricky. This page describes some of the issues I have had with it while building Magellan.

wpf navigation pages magellan
Nov 26 2009

Opinions: View() or Window()/Page()?

Looking for opinions on a Magellan API change.

magellan wpf mvc
Nov 15 2009

Magellan Installer

Introducing the brand new Magellan installer and project templates.

magellan wpf project-templates visual-studio
Nov 12 2009

Magellan TODO List

The Magellan TODO list, which has now been moved to Subversion.

magellan
Nov 9 2009

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 caliburn wpf
Nov 9 2009

Magellan vs. WPF Starter Kit

This page compares Magellan with the WPF Starter Kit navigation system.

magellan wpf-starter-kit wpf
Nov 8 2009

Magellan View Engines

View engines contain the logic to render Windows, Pages, Dialogs, and other forms of views from a ViewResult.

magellan wpf view-engines
Nov 8 2009

Magellan Action Results

ActionResults are a Magellan feature that decouple the intent of the controller from the execution.

magellan wpf navigation mvc
Nov 8 2009

Magellan Action Filters

This page describes Action Filters, an MVC concept that has been ported to Magellan. They provide a useful means for implementing cross-cutting concerns in Magellan applications.

magellan wpf navigation action-filters mvc
Nov 8 2009

Magellan Controllers

As an MVC framework, Controllers have a pretty prominent position in Magellan. This page describes the ins and outs of controllers.

magellan wpf mvc controllers
Nov 8 2009

Magellan Navigator

The Navigator begins the navigation flow in Magellan. This page describes what it is used for.

magellan wpf navigator
Nov 8 2009

Magellan Commands

Magellan comes with some inbuilt ICommands that make navigation easy.

wpf magellan navigation commands
Nov 8 2009

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 mvvm wpf
Nov 8 2009

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 mvvm wpf
Nov 8 2009

Magellan and Composite WPF

Magellan and Composite WPF can work together to to build composite WPF applications using MVC.

magellan prism composite-wpf wpf
Nov 8 2009

Magellan and IOC/DI Containers

Modern .NET applications draw many benefits from using IOC containers. This page describes how Magellan can use IOC.

magellan inversion-of-control dependency-injection
Nov 8 2009

Magellan Quickstart

A short walkthrough to get you up and running with your first Magellan application.

magellan wpf tutorial
Nov 8 2009

Magellan

Magellan is a lightweight MVC framework for WPF.

magellan wpf mvc framework
Oct 25 2009

Magellan Introduction

This page provides a very brief intoroduction to Magellan, an MVC framework for WPF.

magellan wpf mvc navigation