Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

WCF / WCF Data Services / WCF RIA Services

What is the simplest way to implement encryption in WCF when using the netTcpBinding?

Cannot activate binary http binding on server

c# .net wcf wcf-binding

Invoking a method AFTER a wcf service operation has returned its result

wcf

Why doesn't BasicHttpBinding need a Principal Name to use Kerberos Auth on IIS7?

c# .net wcf

Scaling out WCF, how to deal with callbacks?

c# .net wcf

NET Remoting and MarshalByRefObject is really dead?

wcf add-in remoting .net

How to remove or exclude a schema that WCF adds that isn't used?

wcf wsdl

How to have a WCF DataContract with a json dynamic member

c# json wcf serialization

Close TCP connection when owner process is already killed

c# wcf networking tcp

Can I change the content of an incoming HTTP request using a HTTP Module?

c# asp.net wcf filter gzip

How to throw an exception from callback in WCF Async using IAsyncResult

WCF Callbacks and network traffic

wcf

Entity Framework - The underlying provider failed on ConnectionString

HTTP 400 Bad Request error attempting to add web reference to WCF Service

.net wcf wse3.0

WCF FaultException Without Sending StackTrace

Web Service Configuration Problem

.net wcf web-services

POST JSON Dictionary without Key/Value Text

c# json wcf serialization

Non-CRUD Operations in a RESTful (WebAPI) Service

c# asp.net wcf asp.net-web-api

How to achieve Asp.net MVC OneWay/FireAndForget call like WCF does?