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)
julmar mvvm helpers + behaviors
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
Post a Comment