
How to add custom sorting for a class with IComparable interface
Sometimes it necessary to sort your collection before showing it on UI. You can add custom sorting to your class just b…

Sometimes it necessary to sort your collection before showing it on UI. You can add custom sorting to your class just b…
In this article, I will show you how to calculate the hash of a given file in C#. Before that let’s understand what…
This is a very simple code showing how to convert byte array to string in c# Make sure that you have imported the…
This is very simple code showing how to convert string to byte array in c# # How to convert byte array to string i…
Sometimes it is necessary to embed an executable or exe (or any other file) into your application and later recreat…
Encrypting and Decrypting Data in ASP.NET using Symmetric Algorithm In this post, I am going to show you how to encr…
In this post, I will show you how to compress HTTP response in asp.net for improving performance. Before going into de…
Web application security is very crucial because attacks against web apps are the top cause of data breaches. Busin…