+ 2
Freeware to plan c# software classes?
Hi. What freeware is available to plan classes, methods and dependencies for larger software programs? Are there specific tools for c#?
4 Respostas
0
Visual Studio Community is free.
https://visualstudio.microsoft.com/vs/community/
Another tool is Visual Studio Code
https://code.visualstudio.com/
Is this the kind of software you are looking for ?
0
I know vs. does it allow to draw (!) not to code uml diagrams? classes? can i show the relationships and contents/ methods of classes?
0
No. If I need to draw I use open office draw.
0
how about (uml) class diagrams that can automatically generate c# classes?