I have worked with Eclipse EMF in the past
Now I am working in C # to create a tool that requires extensive modeling to capture its metadata, logic, stability, etc. What is equivalent in C #?
The idea in EMF is that you define your model in UML and then generate the code. The generated code knows how to save / load itself, expose its metadata, reference other EMF models, etc.
thanks
source
share