Strong signing a third party assembly in .net

Just a quick tip for all you codeplex/codeproject code downloading junkies
Solution for assigning a strong name to a third party DLL using your visual studio command prompt.
E.g. Lets say the name of the third party DLL is myTest.dll.
Step 1: Dis-assemble the assembly
ildasm myTest.dll /out:myTest.il
Step 2: Re-Assemble using […]

Breaking radio silence

As some of you already mailed me, I kind of stopped blogging by the end of the Chennai adventure…
So what happened in the meanwhile ?
Things got pretty hectic at work, got hooked on Guild Wars (dropped WoW for it) and after a few weeks decided that I had to stop playing it. Reaching the […]