Skip to content

Instantly share code, notes, and snippets.

@metem
Last active February 5, 2020 21:32
Show Gist options
  • Save metem/f41d52c9fb1946cf4965c226c10aec42 to your computer and use it in GitHub Desktop.
Save metem/f41d52c9fb1946cf4965c226c10aec42 to your computer and use it in GitHub Desktop.

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?
  • How to test WPF application?

UI

  • Usefull tools
  • Usage of design time data
  • How to style control (+ material design)?
  • Data template and control template
  • When to create new custom control?
  • Converters
  • Form validation

Other

  • Tips & tricks
@wi7a1ian
Copy link

wi7a1ian commented Feb 5, 2020

Z tymi modalami to chodziło mi dokładnie o to co piszesz - dialog co blokuje główny content apki, przeważnie dając szare tło na wszyscy poza dialogiem i blokując eventy:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment