Screen-Cast: Developer Techniques for Open XML Development – Part 1

Return to the Open XML Screen-Cast SeriesIn 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.