EMF (Eclipse Modeling Framework) in C #

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

+5
source share
1 answer

You might want to chat with the guys working on EMF EMF4Net

+2
source

All Articles