Category Archives: Tools

Gliding in the project creating

Michael Lehman provides "ProjectGlide" tool as VS 2005 project extension.   "Project Glidepath is a MicroISV Evangelism program that delivers the workflow-based guidance, sample code, content and technology you need to create successful applications for Windows Vista"   ProjectGlide provides … Continue reading

Posted in Tools | Leave a comment

Work with assemblies directly

In last several months I have been working with C++/C# creating custom CLR hosts to work with them from unmanaged code and often direct access to the assembly manifest is required. For that time, Reflector API was the right library for this. However, what … Continue reading

Posted in Tools | 1 Comment

DPack – free VS IDE code navigation tool

In our days there are a lot of various tools and add-ins for Visual Studio trying to make our process of writing code easier and more comfortable, but most of them either partly or don’t at all realize required functionality.Recently … Continue reading

Posted in Tools | Leave a comment

code Snippet tools

A couple tools that can be used to manage your code snippets http://www.sliver.com/dotnet/SnippetCompiler/ http://www.devprojects.net/autocode20.aspx Thanks Ollie Riches and Thomas Due for links  

Posted in Tools | Leave a comment

Agile Project Management & Bug Tracking Software

TargetProcess:Suite is a web-based integrated agile project management and bug tracking software. It is designed to solve distributed teams problems and support agile development processes like Extreme Programming. Integrated Bug Tracking makes project management more effective, improves overall project traceability … Continue reading

Posted in Tools | Leave a comment

Scott Hanselmans Developer Tool List

Over there is a nice developer tool list, most of these tools I use in my work. Update: I’d like to add new tools I’m using wide CompareIT: tool for diff/merge with syntax highlighting NotePad++: Advanced notepad with syntax highlighting And once … Continue reading

Posted in Tools | Leave a comment