This is the fifth in a series of screen-casts on getting started with Open XML development. In this screen-cast, I discuss some of the most important developer techniques that you can use with Open XML development.  The simplest technique is modifying Open XML documents in memory using a Document Object Model (DOM) approach.  The second technique is using Language Integrated Query (LINQ) to query Open XML files.  The third technique describes the various forms of intermediate transforms that can make Open XML development easier.  The fourth technique is pure recursive functional transforms, which make it possible to implement some very difficult scenarios.

Return to the Table of Contents of this screen-cast series.