Difference between revisions of "Windows Presentation Foundation"
From Richard's Wiki
Line 1: | Line 1: | ||
* [http://joshsmithonwpf.wordpress.com/a-guided-tour-of-wpf/ A Guided Tour of WPF - A simple introduction to WPF] | * [http://joshsmithonwpf.wordpress.com/a-guided-tour-of-wpf/ A Guided Tour of WPF - A simple introduction to WPF] | ||
* [http://www.switchonthecode.com/tutorials/wpf-tutorial-using-wpf-in-winforms WPF Tutorial - Using WPF In WinForms] | * [http://www.switchonthecode.com/tutorials/wpf-tutorial-using-wpf-in-winforms WPF Tutorial - Using WPF In WinForms] | ||
+ | * [http://codeblitz.wordpress.com/2009/05/08/wpf-validation-made-easy-with-idataerrorinfo/ WPF: Validation made easy with IDataErrorInfo] | ||
* [http://msdn.microsoft.com/en-us/magazine/cc700358.aspx Customize Data Display with Data Binding and WPF (How to display errors, handle IDataErrorInfo)] | * [http://msdn.microsoft.com/en-us/magazine/cc700358.aspx Customize Data Display with Data Binding and WPF (How to display errors, handle IDataErrorInfo)] | ||
* [http://www.longhorncorner.com/Blogs/BlogDetail.aspx?BlogId=1481 Silverlight and XAML Namespace Declarations] | * [http://www.longhorncorner.com/Blogs/BlogDetail.aspx?BlogId=1481 Silverlight and XAML Namespace Declarations] |
Revision as of 18:00, 31 January 2010
- A Guided Tour of WPF - A simple introduction to WPF
- WPF Tutorial - Using WPF In WinForms
- WPF: Validation made easy with IDataErrorInfo
- Customize Data Display with Data Binding and WPF (How to display errors, handle IDataErrorInfo)
- Silverlight and XAML Namespace Declarations
- media:WpfCustomBindingClass.zip Example Custom WPF Binding Class VS2008 Project