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

WCF Custom data provider

I am developing a project with wcf . I need to develop a wcf service that will take data from database. I should write it in WCF custom data provider. I can do it with wcf linq and webService with EF. But I can not understand the example of Custom data provider with WCF. http://msdn.microsoft.com/en-us/library/ee960143.aspx

Can anyone send me an easy example of wcf custom data provider.

My mail is :

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

It doesn't seem like you need to create a Custom Data Provider.

What it sounds like you need is simply a method of having your WCF methods query a database and return some values, right?

If so, what is the database type?

thines01
Postaholic
Team Colleague
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402
 

Thank you for your answer thines01. My supervisor asked me to develop the same project with WCF-LINQ, WebService-EF and WCF-CUSTOM(for Generic data). I did first and second. But I did not totally understand the third one. But I know that I will not do a method that having my WCF methods.

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: