while developing window 8 store apps -


i new window store app development, never work in wpf have experience in web development , wcf services. next assignment window 8 store app , need start asap. have wcf restful service need create ui has multiple pages.

so need know - 1. mvvm pattern suitable such applications? 2. can find controls of window store apps? 3. can html/javascript can same xaml/c# ?

1. mvvm pattern suitable such applications?

yes definitely. mvvm pattern can apply in xaml based development. there's plenty of framework available.

using mvvm pattern in windows 8 - laurent bugnion (the mastermind behind mvvm light)

mvvm light

caliburn micro

simple mvvm toolkit

julmar mvvm helpers + behaviors

kona - prism windows 8 apps

catel - application development platform mvvm support

2. can find controls of window store apps?

controls list (windows store apps using c#/vb/c++ , xaml)

controls list (windows store apps using javascript , html)

3. can html/javascript can same xaml/c# ?

it's subject of discussion, suggest read stackoverflow question : should choose html5 or xaml metro development ?

which language choose entirely depend upon you. of functionality available in both javascript has more weight can use js in project. controls same.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -