Top "Wcf-4" questions

Wcf 4 is a version of Microsoft Windows Communication Foundation (WCF) released with Microsoft .NET Framework 4.0

Basic HTTP Binding isn't configured properly

i have configured a WCF service with wsHTTPBinding but even then i get the error Contract requires Session, but Binding …

wcf wcf-4
Correct way to close WCF 4 channels effectively

I am using the following ways to close the WCF 4 channels. Is this right way to do it? using (IService …

c# wcf idisposable wcf-4
Flat WSDL for WCF 4 Service

Using WCF 3.5 and the FlatWsdl EndpointBehavior from Christian Weyer, I was able to get a single flat WSDL file for …

wcf wsdl wcf-4
How to run WCF service while changing the namespace in WCF Service Application project?

I have added "WCF Service Application" project type to my VS solution(4.0). Now, the default namespace that appears is "Service" …

.net wcf wcf-4