Posted by JT on 09/16/05 17:16
In additional to using Profiler to trace objects referenced during runtime,
there are companies who have reverse engineering and project diagraming
products. Rational is one company that comes to mind.
http://www.devx.com/enterprise/Article/9749
http://www.objectsbydesign.com/tools/umltools_byCompany.html
A much cheaper alternative, that may serve your purpose, is to use a regular
expression based text search tool like Agent Ransack to parse your project
files for occurances of code that executes ADO commands, declares a data
bound object, etc. There is even a free version:
http://www.mythicsoft.com/agentransack/
"Aksel Lindberg" <aksel.lindberg@ericsson.com> wrote in message
news:dgee18$vkl$1@news.al.sw.ericsson.se...
> Wonder if somebody know if it exist som tools that makes it possible to
> get a graphical overview of relationships between C# source code
> components and their's interaction with the database tables/elemts (E.g
> SQL server database)
>
> A typecial rewengineering tool to get a grasp of a system with many
> components acessing multiple tables in a rdm system.
>
> A tool that parses the C# code for sql/(databse interaction) and presents
> the interaction grahical in som way?
>
> Many thanks
>
> Aksel
>
>
>
>
[Back to original message]
|