8/1/11 - 9/1/11

How to compress and decompress data in c#

This post will show you how to compress and decompress data in c# using the GzipStream class. Below is the code for the same. GzipStr...

santosh 17 Aug, 2011

How to read pdf document properties in asp.net

In this post, I will show you how to read the pdf document properties in asp.net.As we know that there is no- such in-built class in the...

santosh 6 Aug, 2011

How to convert IEnumerable to Html table in asp.net

In this post, I will show how to convert IEnumerable to string (Html table). Assume you have a customer class that has three propertie...

santosh 6 Aug, 2011

How to send output of console application to file

Let’s assume you working on a project and you want to execute an application and then you want to capture the output of the program. In ...

santosh 4 Aug, 2011