Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

Self-hosted WCF REST service and Basic authentication

IMetaDataExchange could not be found in the list of contracts implemented by the service

What is best-practice when designing SOA WCF web-services?

wcf trying to set up tracing to debug, not writing to log file

wcf trace

WCF Service in Separate Assembly

c# .net wcf

Difference between ConcurrencyMode "Single"/"Multiple" with InstanceContextMode "PerCall"

wcf

Minimum files needed to deploy webAPI server side

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