Welcome to MSDN Blogs Sign in | Join | Help

David Hill's WebLog

Iblogyoublogweblog

Browse by Tags

All Tags » Helix   (RSS)
The Breadcrumb Navigation Pattern
The Breadcrumb Navigation pattern provides a visual representation of the path the user took as they navigated to a particular state in an application. It provides context so the user can see where they are logically within the application structure, Read More...
Blend Behaviors
Expression Blend 3 includes a number of very cool new features (see here for a good summary). But there are two that I think are particularly important – SketchFlow Rapid Prototyping, and Blend Behaviors. I’ll cover SketchFlow in some depth in a future Read More...
ViewModel and Dependency Injection
In my last post – Silverlight Navigation Part 3 – I outlined a mechanism whereby you could navigate to a View and have the application create and wire up the associated ViewModel automatically. I also showed the inverse of this, where you could navigate Read More...
Silverlight Navigation Part 3
Welcome to the third post in my series on navigation in Silverlight! The goal of this series of posts is to provide a simple to use framework (called Helix) for building Silverlight applications that are based on a flexible navigation mechanism and the Read More...
Mix 09!
Mix 09 starts today! There have been a number of key announcements made at Mix, especially concerning Silverlight 3.0 and Blend 3.0. If you are at all interested in Web and Silverlight development then be sure to check out the "Gu's" keynote Read More...
Silverlight Navigation - Part 2
Welcome to the second in my short series of articles on navigation in Silverlight! In the first article I introduced the core Helix navigation framework and illustrated how the three main classes – Form, NavigationPage, and NavigationLink – Read More...
Silverlight Navigation - Part 1
This is the first in a short series of articles on navigation in Silverlight. Navigation is an often neglected but critical part of an application’s design. From a usability perspective, structuring the application so that the user can easily and Read More...
Page view tracker