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
I am doing some profiling on a WCF service that uses EF (System.Data.Entities) to read from a SQL DB. When I spin up … 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
This question already has answers here: Parallel foreach with asynchronous lambda (11 answers) Closed 3 months ago. In a metro app, I need … 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 can’t find the namespace to use for [DataContract] and [DataMember] elements. According to what I’ve found, it seems that adding the following … Read more
I’m testing out some WCF services that send objects with Guids back and forth. In my web app test code, I’m doing the … Read more
I’m trying to get a WCF service running in IIS8 on Windows Server 2012 build 8400. When installing the web role the WCF … Read more
I am trying to make a WCF service over basicHttpBinding to be used over https. Here’s my web.config: <!– language: xml –> <service … Read more