Welcome to MSDN Blogs Sign in | Join | Help

April 2009 - Posts

Links – April 29, 2009
Kirk Evans , an architect evangelist at Microsoft, has posted five cool videos on SharePoint development: Introducing Visual Studio Extensions for Windows SharePoint Services (VSeWSS 1.3) Working with Features Expression Blend and Silverlight Calling Read More...
The Use of Extension Methods to Manage Open XML Document Changes in PowerTools for Open XML
There is an interesting approach that we use in PowerTools for Open XML that makes it easy to write cmdlets that modify Open XML documents. This approach isn’t very complicated, but aspects of this approach need some explanation so that developers who Read More...
Using DocumentBuilder with Content Controls for Document Assembly
DocumentBuilder is an example class that’s part of the PowerTools for Open XML project that enables you to assemble new documents from existing documents. One of the problems to solve when moving markup from one document to another is that of interrelated Read More...
Getting Started with PowerTools for Open XML Development
There are a number of resources and guidelines that PowerTools for Open XML developers need in order to write PowerShell cmdlets for processing Open XML documents. This post presents a few tips for getting started developing PowerTools cmdlets. Getting Read More...
Release of PowerTools for Open XML v1.1.1
PowerTools for Open XML v1.1.1 source code and binaries are now available. PowerTools for Open XML is an open source project on CodePlex that enables creation and processing of Open XML documents using PowerShell. This is a minor release that addresses Read More...
Comparison of altChunk to the DocumentBuilder Class
There are two ways to assemble multiple Open XML word processing documents into a single document: altChunk, which is a special feature of Open XML word processing markup that enables you to embed an entire Open XML document or an html page at a specific Read More...
Generalized Approach to Open XML Markup References
[Blog Map] The post Move/Insert/Delete Paragraphs in Word Processing Documents using the Open XML SDK introduces the C# code that enables document composability – building new Open XML word processing documents from portions of existing ones. That is Read More...
Why I Don’t Use the ForEach Extension Method
In my first version of my functional programming tutorial , I discussed a ForEach extension method, but I removed the topic from the second version. This extension method iterates through a source collection and performs an action on each item in the Read More...
Generating a Custom Letter using PowerTools for Open XML and PowerShell
Lawrence Hodson has written a cool article (with accompanying example PowerShell scripts) published on OpenXmlDeveloper.org that uses PowerTools for Open XML v1.1 to generate a letter. His scenario is interesting – he generates a service level agreement Read More...
SAVO Innovates with Open XML
SAVO , a Sales Enablement company based in Chicago, Illinois, provides a tool that enables collaboration on PowerPoint presentations for sales. Using SAVO’s tool, sales professionals can generate custom sales presentations that are tailored to a specific Read More...
Page view tracker