Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

WCF REST list HTTP headers on incoming request

wcf rest

What happens when a WCF client specifies multiple endpoints for the same contract?

.net wcf wcf-client endpoints

Implementing an async WCF service

.net wcf asynchronous service

How to access SOAP 1.1 fault detail from WCF client (no fault contract)

wcf soap

SOA and WCF design questions: Is this an unusual system design?

wcf soa

How to I get the value of a custom soap header in WCF

Passing a Dictionary to WCF service

c# dictionary wcf

Windows WCF client with internet proxy server showing error The server committed a protocol violation. Section=ResponseStatusLine

c# .net windows wcf

Securing the named pipe used by WCF

Multi-threaded self-hosting WCF service

.net wcf

Deserialize <ArrayOf> in XML to List<>

.net xml wcf list serialization

When creating a WCF project in VS2010, I get "Error : WcfProject.csproj cannot be opened. The project type is not supported by this installation"

c# visual-studio wcf visualsvn

WCF message logging - add filters with XPath queries

wcf logging xpath filter message

Failing unit tests due to missing .config file

How to natively enable JSONP for existing WCF service?

c# asp.net wcf json jsonp

Good example of combining WPF + WCF + Entity Framework [closed]

WCF: How to get the reference of created instance from ServiceHost (WCF 4.5)

wcf instance servicehost

Quickest way to check if WCF service is running

c# wcf tcp port

Asynchronous programming in ADO.Net

c# asp.net .net wcf asynchronous

Jumping into N-Tier architecture with WCF?