Andrew Khmylov
  • Home
  • About

mvvm

A collection of 3 posts

async

Task Commands revisited

Half a year ago I blogged about using TPL with MVVM in a test-friendly way. My solution turned out to be pretty handy, though it was far from being perfect. In this post

  • Andrew Khmylov
    Andrew Khmylov
1 min read
mvvm

MVVM + TPL + Unit tests

UPD: This implementation didn’t work as well as expected, please read the follow-up article. Recently I’ve faced an issue with writing unit tests for view model commands that use Task Parallel

  • Andrew Khmylov
    Andrew Khmylov
2 min read
mvvm

Building advanced MVVM commands, Part 1

If you follow the MVVM pattern while developing your WPF/Silverlight applications, then you are probably familiar with DelegateCommand (or RelayCommand, as it is called sometimes) model. In brief: it is an implementation

  • Andrew Khmylov
    Andrew Khmylov
6 min read
Andrew Khmylov © 2022
Latest Posts Ghost