This WPF tutorial for beginners will help you learn the main concepts of WPF.WPF is the current technology used for developing windows applications on the .NET framework.It supports the development of applications which utilizes the modern hardware such as GPU.
WPF stands for Windows Presentation Foundation.It is a framework for developing Windows applications.Prior to WPF ,windows forms was the technology used for developing Windows Applications.WPF provides several improvements over Windows Forms ,for developing windows applications.
The examples in this WPF tutorial are implemented in C#.
Basics of WPF You will understand what is WPF
Styles in WPF Why to use Styles in WPF and how to implement styles.
Triggers in WPF What is the use of Triggers in WPF
Commands in WPF Why are Commands used in WPF
Data Templates What is the use of Data Template
DelegateCommand What is a Delegate Command
MVVM in WPF What is MVVM pattern
Leave a Reply