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 : <removed>

Recommended Answers

All 2 Replies

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?

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.