Category Archives: General

This is all about technical aspects of .Net Technology

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

Posted in General | Tagged , | 2 Comments

How to consume WCF Service using Channel Factory

A Channel Factory is implemented by the IChannelFactory Interface and their associated channels are used by the initiators of a communication pattern. The Channel Factory class is useful when you want to share a common service contract DLL between the … Continue reading

Posted in General, MS CRM 2011 | Tagged , , | Leave a comment