Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

How do you programmatically change the WCF message encoding for NetTcp?

wcf encoding binary net-tcp

WCF DataContract Exclude DataMembers From Being Serialized In Derived Classes

wcf

How do I set oAuth authentication for a WCF REST C# Site

wcf rest oauth

what is WSDL URI in WCF?

c# wsdl wcf

How do I add WCF client endpoints programmatically?

wcf

When does WCF use app.config or web.config?

Programmatically create endpoints in .NET WCF service

c# .net wcf web-services

I keep getting WCF service is in faulted state on the client side. How should I catch WCF exceptions, without breaking my WCF service?

c# asp.net wcf

WCF service health monitoring

Why isn't IIS 7 returning JSON faults? Works on *my* machine

.net json wcf iis .net-4.0

WCF: How do I trace message bodies?

wcf logging trace

HTTP 413 Request Entity Too Large In Self-Hosting WCF Service

c# wcf https self-hosting

Async WCF self hosted service

Status 500 : System.ServiceModel.ServiceActivationException while calling WCF

.net wcf

When to use SOAP instead of REST in terms of web services?

.net wcf rest soap

How to turn off certificate revocation for a WCF service's client?

Why, when I impersonate within a WCF service, can my service not load System.Transactions when I try to run a LINQ to SQL query?

In WCF - In the "Faulted" Event - How Do I Get The Exception Details?

wcf exception

How do I convert a basicHttpBinding to a customBinding

wcf

Sharing domain model with WCF service

c# .net wcf web-services