DotNetShoutout - Stories tagged with nRoute
5
Shouts

Database Driven Application Composition using nRoute

published 980 days, 23 hours, 7 minutes ago posted by orktaneorktane 982 days, 1 hour, 31 minutes ago
Tuesday, September 14, 2010 4:24:35 PM GMT Monday, September 13, 2010 2:00:19 PM GMT
One of my favourite feature in nRoute is SiteMaps - it is conceptually very similar to ASP.NET site maps, though with nRoute rather than just providing a navigation curriculum we can use SiteMaps to dynamically assemble parts of the application and compose the application UI at runtime. And so in this post we're going to look at one possibility, wherein the application's structure is relayed from a database backed. (more)
category: Metro | clicked: 3 | comment | | source: www.orktane.com
tags: Design, Composition, nRoute, UX
4
Shouts

Square Away: A Windows Phone 7 Game using nRoute

published 1036 days, 20 hours, 48 minutes ago posted by orktaneorktane 1037 days, 5 hours, 21 minutes ago
Tuesday, July 20, 2010 6:43:23 PM GMT Tuesday, July 20, 2010 10:10:13 AM GMT
Continuing with my efforts to showcase how to create end-to-end applications using nRoute, this time we have a Windows Phone 7 (WP7) based board game called Square Away. It is actually one game out of a multi-game application I'm creating for WP7, and is based on the "Bubble Breaker" theme. To create the game we'll use the MVVM pattern, creating all the three triads and then use nRoute to bring together everything into one squarely game. (more)
category: Metro | clicked: 2 | comment | | source: www.orktane.com
tags: Silverlight, WP7, nRoute, wp7dev
6
Shouts

Creating a Netflix App using nRoute again: Now in WPF

published 1043 days, 11 minutes ago posted by orktaneorktane 1044 days, 5 hours, 46 minutes ago
Wednesday, July 14, 2010 3:20:19 PM GMT Tuesday, July 13, 2010 9:45:50 AM GMT
Couple of days ago I published a sample app in Silverlight that fronted Netflix's oData API - well, now I've ported the same app into WPF again making use of nRoute Framework. It like before demonstrates how you can build an end-to-end application using nRoute's navigation framework, but this time nicely wrapped wrapped in a all new Metro style theme.. (more)
category: UX | clicked: 5 | comment | | source: www.orktane.com
tags: nRoute, Sample, WPF, OData
7
Shouts

Creating a Netflix App using nRoute: A Step-by-Step Guide

published 1055 days, 2 hours, 24 minutes ago posted by faisalhossainfaisalhossain 1056 days, 15 hours, 38 minutes ago
Friday, July 02, 2010 1:07:30 PM GMT Wednesday, June 30, 2010 11:53:44 PM GMT
With the latest release of nRoute we've added a trove of navigation-related features, to explain and demonstrate these features I've put together an end-to-end application that fronts the Netflix's oData Catalog. And so in this p... (more)
category: Metro | clicked: 0 | comment | | source: www.orktane.com
tags: Silverlight, nRoute
7
Shouts

nRoute Samples Revisited

published 1097 days, 3 hours, 9 minutes ago posted by orktaneorktane 1098 days, 4 hours, 44 minutes ago
Friday, May 21, 2010 12:22:34 PM GMT Thursday, May 20, 2010 10:47:27 AM GMT
Post the new of release of nRoute, I've updated and upgraded seven sample applications from earlier releases to the latest version. The samples demonstrate how you can use nRoute to compose at various levels of consumption - at the application-level using things like SiteAreas, Modules, Services etc., at the infrastructure-level using Navigation, Messaging-Channels, IoC etc. and at the UI-level using ViewModels, ViewServices, ICommands, Behaviors etc... (more)
category: Metro | clicked: 2 | comment | | source: www.orktane.com
tags: Silverlight, WP7, nRoute, WPF, samples
7
Shouts

nRoute: Now, More Wholesome

published 1132 days, 4 hours, 20 minutes ago posted by orktaneorktane 1133 days, 22 hours, 43 minutes ago
Friday, April 16, 2010 11:12:10 AM GMT Wednesday, April 14, 2010 4:48:56 PM GMT
I'm really excited to introduce the latest version of nRoute. It's a major one, for a couple of reasons - first, this release propels nRoute to three platforms (Silverlight, WPF, WP7), two, it takes big strides in making the underlying infrastructure asynchronous, three, it significantly updates the navigation infrastructure, and four, it brings extensible Dependency Injection (DI) into play which allows top-down composition to cascade through the application.. (more)
category: Metro | clicked: 4 | comment | | source: www.orktane.com
tags: Silverlight, WP7, nRoute, WPF
4
Shouts

WP7'ish v/s iPhone'ish Sudoku, Fight!

published 1161 days, 2 hours, 51 minutes ago posted by orktaneorktane 1164 days, 1 hour, 56 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Monday, March 15, 2010 1:36:07 PM GMT
Couple of weeks ago I had created a Sudoku Game in Silverlight and dressed it up in iPhone's theme, I even posted the code on Codeplex. Yesterday with some time on my hand and WP7 expectations running high I took the same codebase and by just changing the main view's XAML in Blend, I re-dressed it in WP7's theme.. (more)
category: Metro | clicked: 0 | comment | | source: www.orktane.com
tags: iPhone, WP7, nRoute, UI, UX
7
Shouts

IObservable based Messaging Broker for Silverlight

published 1192 days, 2 hours, 23 minutes ago posted by orktaneorktane 1192 days, 9 hours, 26 minutes ago
Monday, February 15, 2010 1:08:43 PM GMT Monday, February 15, 2010 6:06:03 AM GMT
One of the challenges with modern application development is loosely-coupled communication between various independent components within an application; by and large it is not a technical problem, but one of having a common denominator and ensuring that parties to the communication don't entangle each other with dependencies. To this challenge in nRoute we have a messaging framework that decouples application-wide communication using a mediator, against which you can both publish and subscribe without cr... (more)
category: Metro | clicked: 0 | comment | | source: www.orktane.com
tags: IObservable, Rx, nRoute, Messaging
12
Shouts

iPhone Sudoku in Silverlight using MVVM

published 1211 days, 1 hour, 59 minutes ago posted by orktaneorktane 1213 days, 7 hours, 3 minutes ago
Wednesday, January 27, 2010 1:33:06 PM GMT Monday, January 25, 2010 8:28:58 AM GMT
In this post we will build an iPhone-styled Sudoku Game application in Silverlight using nRoute Toolkit. In terms of the architecture we will make use of MVVM design techniques in having separate Model, ViewModel, View plus related Services - and we'll piece them together in a loosely-coupled manner.. (more)
category: Metro | clicked: 2 | comment | | source: www.orktane.com
tags: Silverlight, nRoute, Sample, MVVM
11
Shouts

Reverse ICommands for MVVM

published 1229 days, 3 hours, 2 minutes ago posted by orktaneorktane 1230 days, 23 hours, 5 minutes ago
Saturday, January 09, 2010 12:29:34 PM GMT Thursday, January 07, 2010 4:26:58 PM GMT
One of the problems with MVVM designs is the inability of the ViewModel to singularly effect change(s) within the View; yes, you can use data-changes through data-binding as a crude-bludgeon, but I'd rather have the right tools for the right job. And that is where Reverse ICommands come in, they allow you to execute an ICommand in your ViewModel and have it trigger a set of specified action(s) in the View - the reverse taxonomy speaks to the fact that reverse ICommands targets your View rather than the V... (more)
category: Metro | clicked: 3 | comment | | source: www.orktane.com
tags: nRoute, ICommand, Reverse Commands
7
Shouts

nRoute Resource Locator Framework: A Sample App

published 1232 days, 5 hours, 20 minutes ago posted by orktaneorktane 1233 days, 6 hours, 17 minutes ago
Wednesday, January 06, 2010 10:12:08 AM GMT Tuesday, January 05, 2010 9:15:04 AM GMT
To demonstrate the use nRoute's Resource Locator Framework (RLF) in this post we will create a search application that uses the RLF to identify and resolve search providers at runtime. We'll also make use of Rx-framework like Observables to asynchronously gather the search results. Complete source code is also included. (more)
category: Metro | clicked: 1 | comment | | source: www.orktane.com
tags: nRoute, Resource Locator Framework
9
Shouts

Introducing Silverlight Console

published 1236 days, 2 hours, 40 minutes ago posted by orktaneorktane 1239 days, 22 hours, 1 minute ago
Saturday, January 02, 2010 12:51:52 PM GMT Tuesday, December 29, 2009 5:30:30 PM GMT
As Silverlight grows into a more rounded and generalized platform, there is a case for Command Line Interface tooling – so here is an attempt at a relatively simple implementation of a Silverlight based Console that includes a Console Window Control and a matching set of extensible Commands Framework that allows for executable commands vocabulary. (more)
category: Metro | clicked: 1 | comment | | source: www.orktane.com
tags: Silverlight, nRoute, Console