- 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?
- 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
- Tips & tricks
W "How to manage application flow?" chodzi o navigator?
W "How to handle application internal communication?" chodzi o meditory/event aggregatory?
W "How to handle exceptions?" chodzi między innymi o global exception handlery?
Consider:
async
(ppl have problem with this)Wychodzi w sumie całkiem sporo tematu...