Showing posts from 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 f…

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 othe…

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 …

Load More
That is All