Hashing in .NET
Hashing is a concept to get a fixed size result from an arbitrary input. That means you can pass any input of…
Hashing is a concept to get a fixed size result from an arbitrary input. That means you can pass any input of…
Its been a number of days when I last posted in DailyDotnetTips, but I always find fun in posting something…
In my previous Tip I have discussed about Navigate Code Using Code Definition Window in Visual Studio . In this…
Code Definition Window is very useful features in Visual Studio. Most of the developers overlook it very easily. But this…
Once stuck on a requirement where I needed to write a code which is flexible and generic enough to sort…
You are writing one application in Visual Studio which accepts some command line parameter to do some operation. You pass…
Assembly information provides information about an assembly. This includes Title, description, version information, Product name, company name, Trademark and more.…
Most of us are very familiar with Dictionary Collection which supports only one value per key mapping. But, what if,…