2013

Creating Organization Hierarchy in ASP.NET using Google Chart

Google Charts is a powerful tool that can be used to create graphs and charts in ASP.NET applications. It can be used to generate graphs...

santosh 29 Oct, 2013

Get mp3 file properties using C#

Mp3 tag consists of attaching a fixed block size of 128 bytes at the end of the file in question. This block contains the following tags: A...

santosh 7 Sep, 2013

How to encrypt Bitmap image in c#

Encryption is critical while transmitting the data over the network or you are sharing some secure information with others. In this pos...

santosh 1 Sep, 2013

How to post array of objects in WCF

In this post, I will show you how to post JSON array hashes in the WCF rest service. Before going to code snippet let’s discuss some bas...

santosh 1 Aug, 2013