Skip to content

Instantly share code, notes, and snippets.

View metem's full-sized avatar

Mateusz Ucher metem

View GitHub Profile
@metem
metem / wpf.md
Last active February 5, 2020 21:32

WPF

Architecture

  • Overview of MVVM architectural pattern.
  • Why it is important to separate UI from logic?
  • Why should you use MVVM framework? Which one?
  • How to manage application flow?
  • How to handle modal dialogs?
  • How to handle application internal communication?
  • MVVM and async
  • How to handle exceptions?