Browse by Tags

All Tags » software tools (RSS)
ForEachMethodInFile is a Visual Studio macro that lets you do custom actions for each method defined in the current file. I’ve used it in the past to generate logging code to log the start and end of each method, to generate default error handling code...
Posted by Senthil | with no comments
Ever since I happened to stumble upon this book on Data Mining, I've been hooked. So much so that I've been brushing up on statistics and probability distributions just to follow along the book. I'm currently reading the chapter on classification...
MethodLogger is a macro I wrote that adds log statements at the beginning and ending of all methods in the current document in Visual Studio. Unzip the file, load it in Visual Studio using Tools->Macros->Load Macro Project, open the appropriate...
Posted by Senthil | 3 comment(s)
Filed under:
A new version of deadlock detector is up at Deadlock Detector ^ . This version is a partial rewrite, with a modified version of the algorithm to detect the object being locked. It now does a virtual execution of the IL, following through all control paths...
Posted by Senthil | with no comments
Filed under: