Click here to Skip to main content
15,881,600 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 

16 May 2015 by Leonid Osmolovski
Techniques for joint execution of a group of commands after single user interface action.
16 Dec 2016 by Dilip Nandakumar
Extending Data Annotations library to support conditional validation in WPF
16 Dec 2014 by #realJSOP
Eliminate the tedium of generating model and viewmodel classes for your WPF projects, and save a butt-load of time in the process.
11 Aug 2015 by Leonid Osmolovski
Techniques for MultiBinding based ViewModel - ViewModel communications in the MVVM pattern.
3 Jun 2019 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
9 Oct 2018 by Joost Jens
Describes how to create a Code based view for the Entity Framework
26 Jan 2016 by Hugo Gonzalez Olaya
To executing of asynchronous task, we are going to use: 1. Task-based asynchronous pattern (TAP) which it is based on the types Task and Task . 2. MVVM pattern for execution of an operation. 3. Progress bars indicating the progress of task and subtask