Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

jQuery success callback called with empty response when WCF method throws an Exception

jquery wcf json asp.net-3.5

Why doesn't WCF/JSON return `null` for a null return value?

c# json wcf

Transferring large payloads of data (Serialized Objects) using wsHttp in WCF with message security

EDIT SOAP of a WCF Service using IClientMessageInspector

wcf soap

How to use SignalR to notify web clients from ASP.NET MVC 3 that MSMQ tasks were completed

Enable WCF Data Service to accept/return JSON by default

Options for RPC in Mono? (WCF Alternatives)

.net wcf mono rpc protobuf-net

AutoStart/Pre-warm features not working in IIS 7.5 / WCF service

Unable to add service in WcfTestClient when copy to a different machine

Handling dropped clients in a duplex binding WCF application

WCF, RESTful Web Services and custom authentication

Is changing from wcf binding transferMode from "Buffered" to "Streamed" considered a breaking change for the client?

c# .net wcf wcf-binding

Difference between <endpointBehaviors> and <serviceBehaviors>

asp.net wcf

Which list/collection type is best to use in a WCF data contract?

.net wcf datacontract

What is the difference between wsHttpBinding and ws2007HttpBinding?

wcf wshttpbinding

How to generate xs:Date in WCF OperationContract parameter

.net xml wcf

Sending JSON to WCF Rest Service - object is always null

wcf json rest jquery

WCF Authentication WITHOUT SSL

wcf security rest ssl

client will not catch generic FaultException< T >, only FaultException

Why is the first WCF client call slow?