473,385 Members | 1,930 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Tools for design recovery (reengineering) of C# source code with embedded sql statements ?

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


Sep 16 '05 #1
3 2693
You can use SQL Server's Profiler to capture SQL statements issued by
an application if that helps. Of course it's good practice to perform
all database interaction through stored procedures and if your code
follows that practice then your task is presumably just a matter of
identifying which proc names are referenced where and then documenting
the procs, which might be done quite simply by querying the SYSCOMMENTS
table.

--
David Portas
SQL Server MVP
--

Sep 16 '05 #2
JT
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...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" <ak************@ericsson.com> wrote in message
news:dg**********@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

Sep 16 '05 #3
aksel are you a kid in school?

i just have never imagine something like this.. are you really scared
of a cuople of hundred sql statements?

can't you just copy and paste them?

throw a little bit of elbow grease into it

Sep 28 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

43
by: grz02 | last post by:
Hi, Im an experienced database+software designer and developer, but, unfortunately, anything to do with web-programming and web-systems designs is still a pretty new area to me... (been working...
0
by: grz02 | last post by:
Im an experienced database+software designer and developer, but, unfortunately, anything to do with web-programming and web-systems designs is still a pretty new area to me... (been working mostly...
4
by: clintonG | last post by:
I'd like to know about application(s) or the name by which the following process is referred which would allow a business analyst to enter the following statements which when submitted would result...
0
by: Author Tarun Tyagi | last post by:
Hi, I am a Data Recovery Specialist and Professional Data Recovery Software Developer in New Delhi. I've placed the Complete SOURCE CODE of One of my Data Recovery Software for Sale (for...
3
by: aurora | last post by:
This is an entry I just added to ASPN. It is a somewhat novel technique I have employed quite successfully in my code. I repost it here for more explosure and discussions. ...
15
by: Simon Cooke | last post by:
Does anyone know of any tools for refactoring header files? We're using a third party codebase at work, and pretty much every file includes a 50Mb precompiled header file. I'm looking for a tool...
10
by: lawrence k | last post by:
I work mostly in PHP, but at the web design firm where I work we are thinking of switching to Ruby on Rails. Our lead designer recently installed Typo on a client's site and he said to us, with...
4
by: Carl J. Van Arsdall | last post by:
For those of you that work on larger applications but still code in python... do your development teams use any tools to facilitate the design? (i'm not asking about editors here, i'm really asking...
0
by: AMDRIT | last post by:
I am looking for better concrete examples, as I am a bit dense, on design patterns that facilitate my goals. I have been out to the code project, planet source code, and microsoft's patterns and...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.