Prism for Metro?
-
Sunday, January 22, 2012 1:17 AMI'm new to Metro. Can something like Prism be used for Metro?
All Replies
-
Sunday, January 22, 2012 6:07 AM
You can look another good MVVM framework - Caliburn.Micro. Version 1.3 with a "basic MVVM support for WinRT/Metro" is just released - caliburnmicro.codeplex.com
- Marked As Answer by Bifrost Design Sunday, January 22, 2012 6:12 AM
-
Sunday, January 22, 2012 6:13 AMMany thanks Andrei
-
Sunday, January 22, 2012 6:29 AM
Welcome! I also checked that MVVM Light Toolkit (http://mvvmlight.codeplex.com/) v4 now supports Windows 8. This one can be easier to use for the beginners.- Marked As Answer by Bifrost Design Sunday, January 22, 2012 7:22 AM
-
Sunday, January 22, 2012 7:23 AMMany thanks again
-
Wednesday, March 14, 2012 4:42 AM
I created a "Prism-like" framework (uses components from Prism such as their event aggregator and commands) after creating a "Unity-like" framework from http://metroioc.codeplex.com/.
It is available at http://SolrContrib.CodePlex.com - there is a video clip that shows it in action for the Metro application (Gwn.DataBinding.Demo application). I'm currently working on the SolrContribDesktop (desktop) side of the house; it is a multi-targeted application so the same source can be used on both Desktop and Metro.
MCAD.NET C# - http://www.Global-webnet.com/Blog
-
Saturday, May 19, 2012 9:55 AM
There is a port of Prism for .Net Metro Style apps on codeplex. You can get it here
- Marked As Answer by Bifrost Design Saturday, May 19, 2012 2:12 PM
-
Friday, August 17, 2012 11:51 AMYou might also be interested in the Okra App Framework (disclaimer: I am the lead developer on this project). Rather than adapting an existing UI composition/MVVM framework for Windows 8, this has been built from the ground up to work great with Metro-style apps.


