Archives
-
How to use Commands in WPF
Today, we will talk about WPF Commands. When I develop a new application in WPF, I try to follow the MVVM Pattern (Model-View-ViewModel). To help me, I use the toolkit shared by Laurent Bugnion : Mvvm Light Toolkit (Galasoft). If you don’t use it, no matter, the idea is the same with or without a [...]
-
WPF et les Commandes (ICommand)
Aujourd’hui nous allons aborder les Command dans WPF. Afin de me faciliter la vie, j’applique, dans la mesure de ma compréhension, le pattern MVVM (Model-View-ViewModel). Pour cela, j’utilise un framework proposé par Laurent Bugnion : Mvvm Light Toolkit (Galasoft) mais du moment que vous appliquez le pattern MVVM avec ou sans framework, le fonctionnement sera [...]