For a large port from VB6 to C #, I wrote a tool that uses regular expression killing to analyze the VB6 code base and extract the dependencies of all functions in all forms, base files and classes.
This allowed us to cut blocks of code for developers, generate graphs, and extract all SQL.
I could really use something that does the same for C #, and although it would be a lot easier for C #, I don't have the time or budget to write it.
We are limited to VS2008
Does something like this already exist?
source share