Skip to content

WPF

WPF is a .Net UI technology where the UI is defined using a xaml (xml format) file. The program logic can be either in a code behind file or in a view model bound to the view. The communication between view and view model is performed via data binding and commands.

Copyright (c) by Thomas Kemp, 2021