Introduction to State Machine Workflows
Category: Languages > .net      Posted: 10 Jun 07

he workflow that I've modelled in this screencast is one based on one of my favorite inventions of all time: the Flavia coffee machine. You walk up to the machine, tell it what kind of coffee-related drink you want, and the machine prompts you to insert various flavor packets. The workflow in this sc...

SubSonic: Getting Started Webcast
Category: Languages > .net      Posted: 24 May 07

This 20 minute webcast shows you how to start from absolute scratch using SubSonic, including:

  • Setting up a Web Site
  • Creating the provider bi...

  • Using the XmlTextReader Class
    Category: Languages > .net      Posted: 05 May 07

    The XmlTextReader class provides a fast, forward-only API for parsing XML documents. In this video tutorial you will see how to use the XmlTextReader to parse RSS feeds, combine it with the XmlTextWriter class and how it can be used to generate different XML formats such as Scalable Vector Graphics (...