Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
131 views

What is the best way to discover an existing project?

recently I was given the task to discover a C# solution I have never seen before, and give suggestions on refactoring it. I think I will use NDepend (for the first time ever) to see the overall ...
2
votes
8answers
295 views

Getting started with a new code in an unfamiliar language

I'm starting a new project in a language I'm less familiar with (FORTRAN) and am in the 'discovery' phase. Normally reading through and figuring out code is a fairly simple task, however, this code ...
1
vote
1answer
52 views

Probing Dlls through Reflection in ASP .Net

I have been trying to find more information on the technique of dll and exe discovery by way of writing programs using ASP .Net and reflection(?). I haven't been able to find anything. I know ...