Riddhi Valecha

Riddhi Valecha

  • 434
  • 3.2k
  • 400.2k

.EDMX File in asp.net

May 1 2013 5:33 AM
Hi all,

I need help once again in using .edmx file(Entity Model) with asp.net website.

I need to access database using WCF Service.

I have done the following-
1)added a new .edmx file,
2)completed with sql server connection,
3)Added a new WCF Service File(.svc)
------------
Now, how to move further??

Where do I write my SQL Queries?

Please help me out.