dependency analysis from C# code thru to database tables/columns
- by fpdave
I'm looking for a tool to do system wide dependency analysis in C# code and SQL-Server databases. Its looking like the only tool available that does this might be CAST (cast software), which is expensive and it does lots more besides that I dont really need.
c# code thru to database column dependency would be hugely useful for many reasons, including:
- determining effects of database changes throughout the system
- seeing hot spots in the database schema
- finding dead stored procedures/tables/etc
- understanding the existing code base
does anyone know of any such tools?