Monthly Archives: November 2012
How to modify PDF file using iTextSharp
Step 1: First you need to stamp the PDF file using PDF stamper ( For example: for first name, last name etc.) Step 2: Download iTextSharp dll and add reference to your solution. Step 3: Modify the Below code as … Continue reading
Workflow Process “Save As” functionality in Dynamics CRM 2011
Often there is a need to create a complex Process (workflow) and then shortly thereafter, recreate it with slightly different parameters. Dynamics CRM 2011 does not come with a “Save as” mechanism for workflows like it does for advanced finds … Continue reading
Building clients for Windows Phone and Windows 8 RT
The Microsoft.Xrm.Sdk.dll library provided as part of the Dynamics CRM 2011 SDK makes it easy to write .NET applications that target the desktop. This library has dependencies on .NET 4.0 and Windows Identity Foundation (WIF), neither of which are available … Continue reading