| When | Title | Description | Watch | Download |
|---|---|---|---|---|
| 07/01/2010 | WCF 4.0 - Introducing the Routing Service | Richard introduces a new feature of WCF 4.0 called the routing service and shows how it can be used to bridge different network protocols | Download.. | |
| 05/10/2009 | .NET 4 , Parallel Patterns , Geometric Decomposition | Andy introduces a Parallel Pattern called Geometric Decomposition utilising .NET 4 parallel framework. In this screen cast he will show how an array can be broken down into a series of smaller data pieces having many identical tasks running in parallel work on their own specific piece of the data. Whilst there are scenarios were each task can run in isolation its often found that these various tasks need to co-operate around the edges of their specific pieces. Andy will demonstrate two ways of solving this problem. One utilising pure Parallel.ForEach and another utilising the new Barrier type. | Download.. | |
| 30/07/2009 | Tasks and UI Programmer in .NET 4 | Andy continues his tour of the .NET 4 task API demonstrating how the new ContinueWith method makes it even easier to martial updates back on to the UI thread. | Download.. | |
| 02/07/2009 | WCF - Working with Large Messages (Part 2) - Streaming | Richard shows you how to work with large messages using WCF's built in streaming functionality. | Download.. | |
| 26/06/2009 | Begining Ruby | Kev introduces the Ruby language and shows how to define a class, create an instance and define an attribute | Download.. | |
| 25/06/2009 | Parallel Loops in .NET 4 | Andy introduces you to the new Parallel.For and Parallel.ForEach methods in .NET 4. Whilst on the surface parallelising loops with these methods look trivial as always the devil is in the detail. | Download.. | |
| 24/06/2009 | .NET 4 Short and Long Running Tasks | Andy introduces you to the new Task type in .NET 4 for creating short or long running tasks. | Download.. | |
| 18/06/2009 | WCF - Working with Large Messages (Part 1) | Richard shows you how to configure WCF to allow the passing of large buffered messages. | Download.. | |
| 20/05/2009 | Using WCF Tracing for Debugging | Richard shows you how the WCF tracing support can assist your WCF debugging. | Download.. | |
| 14/05/2009 | Silverlight 2 Tips and Tricks | Dave demonstrates how to create animated characters in Silverlight 2. | Download.. | |
| 14/05/2009 | WCF - Self hosting with SSL | Richard shows you how to enable support for SSL with your self-hosted WCF services. | Download.. | |
| 06/05/2009 | Visual Studio Tips and Tricks | Andy guides you through some of the cool and useful features of Visual Studio 2008 to help maximise your productivity. | Download.. | |
| 24/04/2009 | WCF Serialization | Richard addresses the issues involved when passing custom types using WCF. | Download.. |