Knockout.js is a JavaScript library and it helps us to create high responsive, very rich and interactive JavaScript UI adhering to MVVM ...
Showing posts with label MVVM. Show all posts
Showing posts with label MVVM. Show all posts
Sunday, January 27, 2013
Saturday, January 5, 2013
Exploring the MVC, MVP and MVVM Design Patterns
Take advantage of MVC, MVP and MVVM Design Patterns to build applications that are easier to test and maintain Design patterns can be us...
Sunday, November 11, 2012
What is MVVM Pattern? and what are the advantages of the MVVM approach?
As many companies are switching from WinfForms to WPF/Silverlight, several project managers recently asked me almost identical questions...
Wednesday, October 24, 2012
Silverlight CommandBinding with Simple MVVM Toolkit
Silverlight 4 enables CommandBinding by using properties like Command and CommandParameter only for Button Base Class which means that Co...
Tuesday, October 16, 2012
Showing a busy indicator per view in Silverlight using MVVM
When using Silverlight, everything is asynchronous. It seems to be the trend, the same goes for Windows 8. This means that you will need ...
Tuesday, September 18, 2012
WP Context Menu using MVVM
When I used ContextMenu in my application for the very first time, my applications were not using MVVM. Therefore, I had to add a context...
Friday, July 20, 2012
Getting started with WP and MVVM Light - Part 1 of 2
A few days ago, Rich Dunbar wrote a post about how to get started with with Windows Phone Development and the post went freaking viral. N...