Question

Is there any way to create edmx file programmatically without configuring manually.

My requirement is like this: I have to create a website dynamically. In that website I have to use EF files. ie. I have to create edmx file programatically and not manually. I have the Database name, connection string, server name, username, password and all with me. Is there any way to achieve this?

Was it helpful?

Solution

I have found the solution. The following link helps those who want to create edmx file programmatically in VS 2012.

https://bitbucket.org/cincura_net/edmgen2/

This is a new thread. Will be helpful for those who found EdmxGen2 is not compatable with vs 2010.

Thanks, Sujith.S

OTHER TIPS

Yes, you can have a look at edmgen2.exe for info on how to create the edmx programitically. http://archive.msdn.microsoft.com/EdmGen2

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top