Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

ProtocolException: The remote server returned an unexpected response: (405) Method Not Allowed

wcf soap

Invalid Operation Exception

c# .net wcf

Passing complex objects into a WCF Rest Service

jquery wcf rest

All about WSDL vs MEX?

wcf wsdl

Inheritance of contracts in WCF

.net wcf inheritance interface

Mapping object type property to varbinary(MAX) in Entity Framework

Subscribe to events within a WCF service

WCF MaxReceivedMessageSize: maximum message size quota exceeded

wcf

Problem with using IEnumerable types as return types in WCF

wcf ienumerable

ClientBase doesn't implement IDisposable member

c# .net wcf c#-4.0 idisposable

WCF REST Service JSON Post data

c# wcf json rest post

When to use byte array, and when to use stream?

c# wcf service media

How to add a Custom EndPointBehavior to the web.config of the service?

c# asp.net wcf

Why can't a DataMember in WCF return Type?

wcf

WCF Error {"The username is not provided. Specify username in ClientCredentials."}

WCF SslStreamSecurity DNS Identity Check failing for just 4.6 framework

c# .net wcf .net-4.5 .net-4.6

Does WCF have an equivalent of MVC's [Authorize] attribute?

.net wcf

WCF sessions with a wsHttpBinding and without windows security

How do I know what the storeName of a certificate is?

wcf certificate

How to serialize class type but not the namespace to a Json string using DataContractJsonSerializer