How to implement a simple notification system in MVVM Windows 8.1 Universal apps
If your app performs actions, you most probably want to add also some confirmation if an action has finished. There are some ways to do this, like using local toast notifications or MessageDialogs....