954,500 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Entity framework with Web Service

Hello friends.
I am developing a project while my internship.In this project I am taking data from database and making operations on them with services. Then I send them to the client.

My problem : I made a wcf-linq service but I don't know how can I develop a similar entity framework with WEB SERVICE .

Can anyone send me an example of Entity framework With web service.(In .Net Framework 4 , there is no web service project. It's only available in 3.5 )


Thank you in advance

arcaolcer
Newbie Poster
4 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

have solved it by creating a webservice project and writing my methods under [WebMethod]s. I thought it has interface like wcf but it has not.

arcaolcer
Newbie Poster
4 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: