Sunday, December 7, 2014

Microsoft Prism MVVM for Windows Store Apps

Presentation:  December 9th, 2014

This communication will race over PRISM MVVM for Windows Runtime and beyond.  In itself there is nothing new in this presentation, however, placed in the context of the new Azure study group, mastering this Microsoft technology gains relevance.  The case study of this communication, "Gasoline Performance Auditor" is a learning tool which will serve well as a medium to exercises to originate from the Azure study group.

So, my December 9th presentation is posted here (download).  Join this journey and get the presentation in advance.

From design...



  • Identify Views
  • Create ViewModels
  • Commanding and Behaviors
  • Navigation
  • Design data repositories and services
  • Dependency Injection

To Something more Elaborated...



We could start our discussion here.

No comments:

Post a Comment

A1 Repo: Simple Pagination for WCF Service Operation

It is never a good idea to paginate on the client.  This post is about a simple pagination for a WCF service operation.  For this work I nee...