|
Video: Using Custom Validation Rules to Validate WPF Applications
| 06 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: 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] |
|
Video: Using PowerShell and ILMerge to Merge Assemblies
| 11 Aug 2008 | In this video Mohammad Azam demonstrates how to merge assemblies using PowerShell and ILMerge. He demonstrates this along with his reusable user control example. He takes his reusable user controls and merges them into one assembly. [6:01] |
|
Video: Creating Thumbnails for Images
| 04 Aug 2008 | In this video Mohammad Azam demonstrates how to create thumb nails for images. He creates a class implementing the IHttpHandler interface to make image requests show thumbnail images on a sample site. [5:07] |
|
Video: Using ILMerge to Give Assemblies a Proper Name
| 28 Jul 2008 | In this video Mohammad Azam demonstrates how to merge different assemblies into one using the ILMerge tool. He uses the example of converting User Controls to Server Controls. [4:15] |
|
Video: Converting a User Control Into a Reusable Custom Server Control
| 21 Jul 2008 | In this video Mohammad Azam demonstrates how to convert a user control into a reusable custom server control. He walks through how to create this control in a step-by-step manner, explaining as he demonstrates. [5:02] |
|
Video: Using XSLT to Transform XML Documents to a Readable Format
| 14 Jul 2008 | In this video Mohammad Azam demonstrates how to transform XML documents to a readable format using XSLT. He walks through the steps required to create styled XML documents using only a few lines of code. [3:48] |
|
Video: Handing Schema Mapping When Using SqlBulkCopy
| 07 Jul 2008 | In this video, Mohammad Azam demonstrates how to handle schema mapping when using the SqlBulkCopy class to insert bulk data. His demonstration uses non-matching source and destination tables, and he uses mappings to allow the copying. He shows how to statically define mappings as well as how to write code which determines mappings at run-time. [6:12] |
|
Video: Using SqlBulkCopy to Bulk Insert Data between SQL Server Tables
| 30 Jun 2008 | In this video Mohammad Azam demonstrates how to use the SqlBulkCopy class to bulk insert data between SQL Server tables. He describes the steps he takes to perform a bulk copy of data using SqlBulkCopy. [5:55] |