|
Video: Creating FixedDocument to Display Custom Collections
| 24 Nov 2008 | In this video Mohammad Azam demonstrates how to create a FixedDocument page for printing purposes. The FixedDocument page takes a generic collection as its data source. [3:54] |
|
Video: A Look at the Container Controls in WPF
| 17 Nov 2008 | In this video Mohammad Azam looks at different container controls available in WPF. This includes the WrapPanel, the StackPanel, and the DockPanel controls. [6:11] |
|
Video: Creating User Controls in Windows Presentation Foundation
| 10 Nov 2008 | In this video Mohammad Azam demonstrates how to create and use User Controls in Windows Presentation Foundation. He shows how to use and interact with user controls in WPF applications. [6:03] |
|
Video: Introduction to 3D Graphics in Windows Presentation Foundation
| 03 Nov 2008 | In this video Mohammad Azam demonstrates how to draw 3D graphics in Windows Presentation Foundation. He walks through how to create a simple 3D object explaining important information as he types the required code. [8:57] |
|
Video: Introduction to Style Templates in Windows Presentation Foundation
| 27 Oct 2008 | In this video Mohammad Azam introduces the style templates in Windows Presentation Foundation. Style Templates are used to give complex and consistent looks to the WPF controls. [4:35] |
|
Video: Using IDataErrorInfo to Perform Validation in WPF
| 20 Oct 2008 | In this video Mohammad Azam demonstrates how to use IDataErrorInfo to perform validation in Windows Presentation Foundation. [6:06] |
|
Video: Using Custom Validation Rules to Validate WPF Applications
| 13 Oct 2008 | In this video Mohammad Azam demonstrates how to create custom validation rules to validation WPF applications. He creates a simple validator which validates a TextBox. [4:38] |
|
Video: Introduction to Geometry Drawing in WPF
| 06 Oct 2008 | In this video Mohammad Azam demonstrates how to perform Geometry Drawing operations in Windows Presentation Foundation. [5:34] |
|
Video: Validating Controls in Windows Presentation Foundation
| 29 Sep 2008 | In this video Mohammad Azam demonstrates how to validate controls in Windows Presentation Foundation. He creates a couple of text boxes and requires the text be filled in. [6:33] |
|
Video: Introduction to Styles in Windows Presentation Foundation
| 22 Sep 2008 | In this video Mohammad Azam demonstrates how to use styles in a WPF application. He starts by using some inline settings and then shows how to use some static resource styles in the same XAML to set the styles of the controls in his WPF application. He then shows how to extract the XAML into the App.xaml file, so that is can better be applied to an entire application. [6:39] |
|
Video: Using ValidationGroup Control with User Controls
| 15 Sep 2008 | In this video Mohammad Azam demonstrates how to use the ValidationGroup property with user controls. Each user control by default fires the validation of the other one. Using the ValidationGroup property he is able to control which validation is firing. [5:42] |
|
Video: Introduction to Animations Using Windows Presentation Foundation
| 08 Sep 2008 | In this video Mohammad Azam demonstrates how to perform animations using Windows Presentation Foundation. He uses Expression Blend and Visual Studio create his WPF animation. [5:06] |
|
Video: Using the ValidationGroup Control in ASP.NET
| 03 Sep 2008 | In this video Mohammad Azam demonstrates how to use the ValidationGroup control in ASP.NET to validate only sections of a form at a time. He uses a couple of text boxes to demonstrate how one can cause validation only on certain controls. [5:04] |
|
Video: Returning ArrayList from the Web Service
| 25 Aug 2008 | If the generic list is not an option perhaps because of the framework version being used, the ArrayList should be used instead. In this video Mohammad Azam demonstrates how to return an ArrayList from a Web Service.[4:34] |
|
Video: Using Nant and ILMerge to Merge Assemblies
| 18 Aug 2008 | In this video Mohammad Azam demonstrates how to use ILMerge to merge different assemblies. Along with this he shows how to configure Nant along with his build so that it can manage the merging of the assemblies during the build process. [6:26] |