0

Ok I know it sounds nuts, but I have a project where I need to show the relationships between different tables in a web app for internal use. I know I can generate an edmx file on the fly, but how do I show it to the user in the browser? Thoughts?

1 Answers1

1

edmx is just an xml. You can apply an xslt stylesheet to transform the edmx to html.

Pawel
  • 31,342
  • 4
  • 73
  • 104