i want to create a user interface will should give me the option to select the database from the present ones and accordingly create its .edmx file.

link|improve this question
What did you try so far? Are you expecting someone here to post a code that does exactly what you want? – Andrei Pana Feb 9 '11 at 8:39
Do I understand it correctly if you want to create a program that does exactly the same as the EDMX wizard of Visual Studio ? – Levisaxos Feb 17 '11 at 11:07
@Levisaxos : you are correct. i need to make it similarly.at present i have started working on it , but am not sure if i can succeed without anyone helping me. – dave Feb 18 '11 at 12:09
feedback

1 Answer

The ADO.NET team released a Sample EDMX Code Generator project.

It's supposed to give you enough insight into how the ADO.NET Entity Designer generates code in Visual Studio and hopefully give you a head start with some sample source code.

link|improve this answer
Thank you very much for your help.But i am ready with my own code which is fully functioning. – dave Mar 11 '11 at 10:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.