diagram

Implementing a Graphical Diagram Editor -> What to choose? WPF? or...

I'm developing a kind of Graphical free activity diagram/circuit editor. I have to make it with C# or C++. I prefer C# though. What do you suggest I should use? Should I use the WPF (Windows Presentation Foundation)? or just add the presentation namespace to a normal Windows Application project or do you suggest a different method. I nee...

Graph visualization of existing .NET code

I've seen that VS 2010 Ultimate can generate model graph from existing code. But VS 2010 Ultimate version costs 11K US$, way too much for my budget. Is there any good alternative to do graph visualization of .NET code? ...

Choosing colors for block diagram's for monochrome printing (grey scale)

At work we use block diagrams, we have to chose colors (4-8 i guess) that would go well with diagram it self and also be nice when printed with monochrome printer. Any ideas? Probably even list of colors that are printed with monochrome printer would be enough and i would just pick a combo myself. Thanks! ...

Hosting Multiple Drawings in one Visio vsd Diagram

I'm using Visio 2007 and strawed creating some flowchart diagrams. One on each page. For the same project I would also like to create class and entity relational diagrams. Is it possible for me to have multiple drawing types in a single vsd? I tried creating an ERD by adding the Entity Relational shapes to my palette, but when I dragge...

.NET WPF Diagrams/Graphs

I need WPF component (beter if it will be free) for easy drawing such process graphics like on the image. Can you give an advice what to use? Thanks. http://img842.imageshack.us/img842/3444/40560107.png ...

Tool to generate ER diagram in Chen's notation

Hi I'm looking for some sort of database diagram tool, that can generate a ER diagram for a database in Chen's notation. I would much prefer a tool that can generate the diagram from a existing structure, if such thing is possible. For some reason most tools available today doesn't seem to support Chen's notation. ...

How to represent STL Map in UML diagram

i want a notation for STL MAP in UML diagram. ...

Is Windows Workflow Foundation Designed for a scenario such as this?

I work on a payment system. When a user attempts to pay an invoice a method is called that returns a reason code as to why/why not the user must get approval before an invoice can be paid. As the complexity of the "rules" keeps growing as well as the reason codes it can return I need to shift to a solution that will be easier to modify/m...

Diagrams for showing events and information flow in large scale information systems

Can someone suggest me tools/templates and example to draw diagrams for showing information flow in highly event-driven distributed large scale information system. The system consists of heterogenous devices like PC,data-centers,mobile hand-helds, monitoring sensors (like cameras, laser scanners) used by different users and each user gen...

Have a large CVS repository and would like to generate a text branch diagram

start (file a.c) | ----branch_A (1.2.3) | | | branch_A1 (1.3.4) | ----branch_B ...

In an activity diagram, are there two initiating events allowed?

Hello, I want to model an activity, where there can be two several initiating events. These events has two several responsible actors. Is it allowed that a UML activity-diagram could have two initiating events and only one end? Could the action-flow be joined? I want to know if I defy against the UML-modeling principles, if I do this. ...

What is the best way to visualize my small c programs using some type of diagrams ?

I want to learn how can I visualize my small c programs using some type of diagrams . My programs generally include (3 or 4 functions) (some loops) (basic i/o (printf scanf)), and basic calculations. I do not want to visualize everything about my program(name of vars, type of vars) , but I want to create some type of diagram which will ...

SQL Server Entity-Relationship Model generation

What's the best tool to reverse engineer an SQL Server 2005 to an entity-relationship Model diagram? Could it be done usin SSMS? ...

Nubie swimming in git lit: How exactly does git checkout affect commits and stashes?

I'm not finding my answer in the online git lit. It is clear that git checkout is destructive in that it will throw away local modifications but does it also destroy commits by changing the structure of the tree? For example, say I have three commits a <-- b <-- c | HEAD + stash c and HEAD is currently at c an...

A good 2D-primitive rendering library for C#/.NET?

Hi, I'm developing a C#/.NET application (Winforms/WPF, not entirely decided yet) which needs to display simple diagrams: boxes/"text boxes", lines/arrows, circles, text etc... Some items on the diagram need to be clickable/selectable, allowing me to display e.g. a dialog for filling in data on the selected item. I guess the diagram...

What sort of diagramm would create for a CustomControl to show how it works?

Hello, What sort of diagram would create for a CustomControl to show how it works? I have to show my boss a theoretical sample. ...

Difference in use of rounded rectangle and normal rectangle

In any diagram be a uml or any software engineering model diagram whats the difference in using a rounded rectangle and a rectangle.? ----Thanks in advance ...

UML Class Diagram solved exercices ?

Hi, I'm finding hard to find solved exercices for UML. Mainly with Class diagrams. Any tips ? Thanks ...

How can I accurately control the positioning of caption of a line from TMS Diagram Studio?

I'm using TMS Diagram Studio. When I add a line (TCustomDiagramLine), it's caption is always in horizontal form. My problem is that if I try to change the orientation of the line, it's caption overlaps itself causing unreadability. I tried setting the left and top property of the caption basing on the position of the center point of the ...

Diagram for applications databases dependencies and interactions

I'm looking for a diagram type that lets me model applications, databases and their dependencies. Does such an diagram exist, or do people just use UML or something similar? ...