1
Answer

Need Help - Like UML Tool

perish1103

perish1103

19y
1.8k
1

one of our client wants to develop a tool like UML.  The requirement is  like .Net IDE.  In that, i have to create uml diagram and generate code based on the diagram. I have to use .NET

 FYI - code low level language code. Anybody having Exp. in this.

 

 

Answers (1)
0
Mahesh Chand

Mahesh Chand

1 287.4k 123.7m 19y
UML is not a tool. I think you are talking about developing a UML designer and developing a tool like UML designer in .NET will require extensive experience of GDI+. Since drawing requires a good experise it will have to be done by an Architect level developer. Your client should think about using Visual Studio or other cheap tools. If they want to get it developed themselves, it wont be a month or two job.  Again, it depends on how much functionality they want. Look into GDI+ section of C# Corner and will give you some idea on drawing graphics objects etc.