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?
Asked
Active
Viewed 143 times
0
-
2Are you asking *how do I render and edmx file like visual studio does in a web browser*? – Erik Philips Feb 12 '14 at 22:40
-
Yes, I want to basically do exactly what the designer does is doing in visual studio on a web page. – Steven Roman Feb 12 '14 at 23:38
-
There are not tools nor examples of this that I know of. You'll have to manually create this. – Erik Philips Feb 12 '14 at 23:39
1 Answers
1
edmx is just an xml. You can apply an xslt stylesheet to transform the edmx to html.

Pawel
- 31,342
- 4
- 73
- 104