Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I get a library with two DLLs, but without the detailed document. I want get a quick view of its class design.
I know that I can use the Object Browser in Visual Studio to look into them. But it is not very intuitive. Is there a tool that displays the dependency graph of the library, or more formally the UML diagram. The input is just the DLL.
Thanks.
Depending on the version of Visual Studio you have, you can use the class designer.
I assume you're after the class diagram? Other UML diagrams are very hard to reverse engineer.
You could have a try with several extensions for Visual Studio
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for a C# tool or Visual Studio Extension to visualize the typed api of all the library I use (because there is not type in the msdn doc, and some library have no apidoc).
What do you mean by typed api ? You can use the Object browser in Visual Studio if you want to look into the signatures of the dll you are referencing.
Or if you want to generate documentation for a library you can use tools like GhostDoc
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am comming from java and I am missing some staff in VS2010 Pro.
In java, when you type in a variable like:
MyObject myObject;
Eclipse will let you automatically choose this names:
myObject or object
in eclipce you can generate entire class/bean just from the constructor.
variable refactor.
Good variable naming when refactoring to method.
VS 2010 intellisense is very limited, is there a tool /free/paid that can provide more features?
Thanks
You can use ReSharper.
This tool has been created by JetBrains that it is the same company that created the powerfull IntelliJIDEA IDE for Java. If you already used IntelliJIDEA you can use the same shortcuts in ReSharper.
This is a commercial tool but for my opinion it is indispensable.
I am using DevEpxress CodeRush with Refactor Pro and i think its a great tool.Please have a look and give it a try.They have a free version too.
http://www.devexpress.com/Products/Visual_Studio_Add-in/index.xml
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Do you remember this cute little one?
I need something like this to add it to my project, in order to give user some instructions. I have like step by step procedure and I need to give user "To do" hints, do you know any library that offers me such a thing?
With older versions of Office when you installed the assistants you would also get the ability to use those assistants via COM. Here is an example for PowerShell.
However, this won't work anymore with Office 2007 or 2010.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for a free .NET (C#) library which i can use in my program and simply draw UML diagrams (especially class diagram). I tried to used Netron Diagramming Library but it is kind of tricky.
Have you looked at EasyDiagram?
Depending on your requirements you may be able to use the http://yuml.me/ REST api.
http://sourceforge.net/projects/numl/
From the home page:
Library for manipulating UML 2.0 and MOF 2.0 models, for .NET, Mono,
and DotGNU. Provides serialization to/from XMI 2.1.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for a free .NET (C#) library which i can use in my program and simply draw UML diagrams (especially class diagram). I tried to used Netron Diagramming Library but it is kind of tricky.
Have you looked at EasyDiagram?
Depending on your requirements you may be able to use the http://yuml.me/ REST api.
http://sourceforge.net/projects/numl/
From the home page:
Library for manipulating UML 2.0 and MOF 2.0 models, for .NET, Mono,
and DotGNU. Provides serialization to/from XMI 2.1.