Top "Wcf" questions

Windows Communication Foundation is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications.

WCF vs ASP.NET Web API

I've spent a few months trying to grasp the concepts behind WCF and recently I've developed my first WCF service …

c# wcf asp.net-web-api
What is w3wp.exe?

I have a WCF service running under a service user on my local system. Every time I try to debug …

wcf debugging iis iis-7 w3wp
WCF on IIS8; *.svc handler mapping doesn't work

I'm trying to get a wcf service running in IIS8 on 2012 build 8400. When installing the web role the wcf stuff (…

asp.net wcf iis-8 iis-8.5
Namespace for [DataContract]

I can't find the namespace to use for [DataContract] and [DataMember] elements. According to what I've found, it seems that …

c# wcf datacontract
A reference to the dll could not be added

When I add a .dll file as a reference in C# application it shows an error : A reference to the "....…

.net wcf reference
CryptographicException 'Keyset does not exist', but only through WCF

I have some code that makes a call to a third party web service that is secured using X.509 certification. …

.net wcf x509
Increasing the timeout value in a WCF service

How do I increase the default timeout to larger than 1 minute on a WCF service?

wcf
SOAP client in .NET - references or examples?

Background: I am creating a webservices site which will provide many types of simple services over SOAP and possibly other …

c# wcf soap soap-client
WCF, Service attribute value in the ServiceHost directive could not be found

I'm trying to host my service with IIS 6 but I keep get this exception. Server Error in '/WebServices' Application. …

c# wcf iis
How to turn on WCF tracing?

Update: I have been trying to turn on WCF tracing, but still no success... Below is my lastest update. Do …

wcf