determine how C#.net 2008 .sln works

M

midnight

I am basically new to C#.net 2008 working with the professional version. I
have a solution to work with that has lots of projects in it with no
documentation. I need to determine how this solution works. I know I would
look in the properties to see what the startup project is. However after
that, I was wondering if you have any suggestions on how to determine how
this application works in addition to stepping through code.
Can you tell me how I should go about determing how this application works.
 
A

Arne Vajhøj

I am basically new to C#.net 2008 working with the professional version. I
have a solution to work with that has lots of projects in it with no
documentation. I need to determine how this solution works. I know I would
look in the properties to see what the startup project is. However after
that, I was wondering if you have any suggestions on how to determine how
this application works in addition to stepping through code.
Can you tell me how I should go about determing how this application works.

Probably like always when studying poorly documented code.

You read code, you make notes, you may create a few UML diagrams
(maybe even generate from code) etc..

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

C#.net windows application 1
C#.net 2008 build problem 9
C# startup project 3
C# objects 4
C# projects 2
C# namespaces 3
Can't Debug in Visual C# 2008 Express 2
C#.net custom control 4

Top