Functional Programming

Back to TOCAll TopicsCondensed TOC

Language Integrated Query, when used properly, enables you to build powerful applications in the functional programming style. Pure functional transformations are my recommended approach to document manipulation.

 

In the process of developing the PowerTools for Open XML, over the years, I have developed some needed core functionality and utility methods, particularly for writing LINQ to XML code that queries and transforms Open XML documents. (Video)

Keywords:  OpenXML  PowerTools for Open XML  Functional Programming  LINQ  LINQ to XML  

 

Screen-cast that introduces a number of OpenXML specific utility methods and classes in PowerTools for Open XML. These classes and methods are in the PtOpenXmlUtil.cs module. (Video)

Keywords:  OpenXML  PowerTools for Open XML  WordprocessingML  Functional Programming