Tagged Questions
2
votes
1answer
68 views
Tool to see all the project references of project/solution
I have a solution file with has more than 30 projects in it. Different projects are referencing other projects.
I want to see the references of different projects to other projects in a diagram. (it ...
0
votes
2answers
66 views
Is there a System.Reflection program in existence?
I know about the .NET Reflector, but that is not what I'm looking for.
System.Reflection appears to be able to determine the class and namespace structure of anything, even if it isn't .NET code.
...
1
vote
5answers
293 views
software tools to screen record users actions
I am a .net software developer that develops web applications for a customer. They QA and test all the software that we produce before it goes live. Some times issues are reported to us that we find ...
1
vote
4answers
251 views
Count anonymous classes in a codebase?
I know there are tools to count the number of classes i use in my code base, and this is a reasonable software engineering metric (e.g. average lines of code per class).
However i was idly wondering ...
1
vote
1answer
1k views
.NET diagnostic tools?
does anyone know some generic computer or/and application diagnostic tools for .NET applications?
For example a applications doesn't start on the computer of a customer. He can run the diagnostics ...
1
vote
2answers
278 views
tools to detect .net application deadlock
can anybody recommend tools to detect .net application deadlock?
EDIT:
Chess is what i found from Microsoft.
0
votes
4answers
141 views
Graphing library capabale of generating class diagrams
I need a library that is able to generate UML class diagrams for use over the web. Just images based on meta data would be fine, but if anybody knows of one that allows to draw over the web, would be ...
2
votes
6answers
395 views
What tools can be used to help clean up and shore up a sloppy .NET codebase
I don't intend this to be subjective, but if the answers can be seasoned a little with advice or direction I would appreciate it :)
Over the past couple years my job has been to develop and now ...
18
votes
12answers
13k views
Best Peer Code Review Software [closed]
Following on from my query Here, does anyone know of any good Peer code review software? I am aware of Smart Bear's Code Collaborator (albeit a very expensive option) but can anyone recommend any ...
3
votes
4answers
327 views
What is your smallish web development company setup?
I work for a small web development company (only 2 to 3 developers) that work on a wide range of projects for different customers (everything from CMS's to eCommerce sites).
Usually we work on our ...