Tagged in

Mvvmstack

Corrado Cavalli
Corrado Cavalli
I’m a Senior Software Engineer at Microsoft, former Xamarin/Microsoft MVP and, when not in front of a monitor, a passionate mountain biker and ski tourer.
More information
Followers
27
Elsewhere
More, on Medium

MvvmStack for WinJS: Services persistence

While refactoring MvvmStack for WinJS code i noticed that I did not show how to persist the state of the services when the app get suspended, so i checked in a new version that persist the data contained inside imageService.js (in a real world app, the data…


MvvmStack for WinJS Part#5

In this last post about MvvmStack I’m going to cover two aspects: Binding and Blendabilty.

Binding

I’m not going into WinJS Binding since MSDN documentation provides a lot of material, i just want to describe some binding…


MvvmStack for WinJS Part #4

In part3 we learned how to customize the components tied to our application, it is now time to investigate the ViewModels associated with each view.

Lets’ start seeing how a viewmodel is declared, inspecting homeViewModel.js, the one paired with demo…