When to use DataContract and DataMember attributes?
I am very confused about the DataContract attribute in WCF. As per my knowledge it is used for serializating user defined type like … Read more
I am very confused about the DataContract attribute in WCF. As per my knowledge it is used for serializating user defined type like … Read more
I’m a beginner in WCF, but trying to improve my experience. And on the first step I faced the problem. I created the … Read more
When I try to serve a WCF service on IIS in a Windows 8 machine, I get the well known error The page … Read more
I am trying to return some JSON from a WCF service. This service simply returns some content from my database. I can get … Read more
I’ve added a proxy to a webservice to a VS2008/.NET 3.5 solution. When constructing the client .NET throws this error: Could not find … Read more
I am totally confused between WCF and ASMX web services. I have used a lot of web services in my earlier stage, and … Read more
I have a WCF service and I want to expose it as both a RESTfull service and as a SOAP service. Anyone has … Read more
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more