Other News

Community

Using MD5 Encryption

(Kay Lee) With security being the strongest aspect of major development issues, encryption for sensitive data is essential in everyday development. MD5 hashing algorithm is one of the most commonly used algorithms and, mixed with salted hash, is one of the best. Let’s stop fluffing, and get right to

Community

Generics Internals

(Saravana Kumar) In this article, I am going to give an overview about Generics in whidbey and then I will go deep into how exactly it is working. Before we start on what is generics, we will take a small example and see how generics fits in that. Then we can easily understand what is generics