Open XML Screen-Cast Series
ReturnOver the years, I have recorded several series of screen-casts. These screen-cast series each tell a larger story, from the beginning to end of the series – coming up to speed with Open XML – WordprocessingML – SpreadsheetML – Functional Programming as applied to Open XML.
Introduction to Open XML | A series of introductory screen-casts on Open XML. |
Introduction to WordprocessingML | WordprocessingML is the markup language for DOCX, DOCM. |
Introduction to SpreadsheetML | SpreadsheetML is the markup language for XLSX, XLSM. |
Recursive Pure Functional Transforms | Goes from OO all the way through to writing recursive pure functional transformations. Covers lambda expressions, closures, and extension methods, purity, and recursive transformations. |