Convert MER (Relationship Entity Model) diagram to VB.NET or C # classes [closed]

2

I developed the diagram of NFe XML layout tables, there are 58 tables with their relationships. I would like to generate the classes automatically from the diagram or can be through the database as well. Is there any tool for this?

    
asked by anonymous 10.06.2016 / 14:23

1 answer

3

How about using Visual Studio anyway? Even because it seems to have been made into it. I know it generates for C #. I do not know about VB.Net, although I have how to convert. It seems to me that this feature is not available in all editions of VS.

Can do in Microsoft Visio .

If you have to do in other software will be so much work that writing the code at hand will be more advantageous. Some software can read the diagram created in VS. This is the case of Visual Paradigm .

You have NClass that is open souce , or the ArgoUML , or Modelio .

There's still UModel and Enterprise Architect .

Of course, there is little point in generating the code if the diagram has crucial errors. As Bacco even said in commentary I hope this is an exercise and nothing fiscal indeed. Although after so much work, even being an exercise, having a serious mistake is not legal. If it is for tax purposes it is very serious.

Do not use double for monetary value . This causes huge losses for companies, including fines. It takes a lot of responsibility to schedule.

    
10.06.2016 / 15:05