January 2007 - Posts

Real Team Foundation Command Line Help
18 January 07 08:21 AM | john | 3 Comments   
After the umpteenth time of typing “tf –?” only to have it launch the MSDN documentation that usually isn’t installed in my dogfood environment, I threw together a text file that contains the sort of memory jogging help that I (and probably others) would Read More...
Why Safe Code == Slow Code
11 January 07 03:51 PM | john | 0 Comments   
One of the many turning points that we are facing in the software industry today is that of code security. Once upon a time you wrote your code so that given some set of inputs you got a corresponding set of outputs. Then along came the virus, trojan Read More...
VS Macro to Insert GUIDs
03 January 07 03:56 AM | admin | 2 Comments   
One of the most useful macros I ever wrote in VS was but a single line. All it does is insert a GUID at the current selection point. It was so useful I wrote it twice; once to insert lowercase and once to insert uppercase GUIDs. Here it is: Imports System Read More...
Filed under: , ,