WPF video tutorials for beginners
I made some WPF video tutorials for beginners though it is not advanced. Video tutorial is easier and faster for developers to understand new technology.
I write video article for www.mrbool.com. So you can download it free. Here i included the title and summery of each lesson:
Visual Studio-WPF-Lesson 1-How to create
WPF application using VS.Net
This lesson will introduce you how to create WPF application using VS.Net 2008.
Creating WPF application using VS 2008 and adding button in the WPF
form and bind event handler. Button click event will execute Message
Box control with different option. This lesson will show this basic
feature of WPF.
Visual Studio-WPF-Lesson 2-How to XML data binding in WPF application using VS.Net
This lesson will introduce you how to XML data binding in WPF application using VS.Net 2008.
Creating WPF application using VS 2008 and adding List Box control in
the WPF form and adding a button also. Button click event will load XML
data from an XML file. This lesson will show how to bind XML data in
WPF control.
Visual Studio-WPF-Lesson 3-Page Navigation service in WPF application using VS.Net
This lesson will introduce you Page Navigation service in WPF application using VS.Net 2008.
WPF only supports Navigation Service in windows client application. It
is one of the great features of WPF. The methodology starts by Creating
WPF application using VS 2008 and adding two Pages and adding a button
also to execute navigation code. Button click event will navigate from
page1 to page2 which will be load initially in NavigationWindow. This
lesson will show how to navigate between Pages in WPF Application using
page Navigation Service.
Visual Studio-WPF-Lesson 4-How to work with Different Dialog boxes in WPF application using VS.Net
This lesson will introduce you how to work with Different Dialog boxes in WPF application using VS.Net 2008.
WPF encapsulates the open file, save file, and print common dialog
boxes and exposes them as managed classes for you to use in standalone
applications. This lesson will provide a brief overview of each.
Hope this will help!!!