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?
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