Showing posts from July, 2011

Calculate hash for a file in C#

In this article, I will show you how to calculate the hash of a given file in C#. Before that let’s understand what is h…

How to compress response in asp.net

In this post, I will show you how to compress HTTP response in asp.net for improving performance. Before going into details…

How to Hash User Passwords in asp.net

Web application security is very crucial because attacks against web apps are the top cause of data breaches. Business /…

Load More
That is All