Click here to Skip to main content
15,893,588 members
Everything / ViewModel

ViewModel

ViewModel

Great Reads

by dsuryd
SignalR is great for building real-time web functionality. MVVM is great for developing your front-end. What if they can be used together? This tip will show how to do just that, using as example a simple project to do live chart on a web browser.
by Leonid Osmolovski
Techniques for joint execution of a group of commands after single user interface action.
by Dilip Nandakumar
Extending Data Annotations library to support conditional validation in WPF
by Dinesh K.S. Kushwaha
Simple Paged Grid by using knockout js

Latest Articles

by Издислав Издиславов
A simple solution that somehow mimics the real world application, changing it several times, using different UI technlogies and keeping the specific logic the same
by Joost Jens
Describes how to create a Code based view for the Entity Framework
by dsuryd
SignalR is great for building real-time web functionality. MVVM is great for developing your front-end. What if they can be used together? This tip will show how to do just that, using as example a simple project to do live chart on a web browser.
by Dilip Nandakumar
Extending Data Annotations library to support conditional validation in WPF

All Articles

Sort by Score

ViewModel 

15 Jul 2017 by dsuryd
SignalR is great for building real-time web functionality. MVVM is great for developing your front-end. What if they can be used together? This tip will show how to do just that, using as example a simple project to do live chart on a web browser.
27 Feb 2014 by Dinesh K.S. Kushwaha
15 Jun 2014 by JO Hyeong-Ryeol
An introduction to the WatchableObject that is a base class to implement the INotifyPropertyChanged interface.
6 Feb 2015 by ogomerub
ViewModel base for all ViewModels. Validation system with DataAnnotations and IDataErrorInfo