Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

Embed SSL Certificate into self hosted .NET server application (WCF/SignalR): How?

wcf signalr

how to make no limit on maxBufferSize and maxReceivedMessageSize

c# wcf

How can I get the username from a WCF AuthenticationService?

c# wcf

Installing 'WCF HTTP Activation' on Windows Vista fails?

.net wcf windows-vista

Is it possible to debug both a Silverlight and WCF project at the same time?

Why does my client send request so slowly?

wcf wcf-client performance

Impersonation WCF

asp.net wcf authentication

WCF Pass extra security data through all service calls

WCF One method to execute before every service method's call

wcf wcf-security

WCF: Pregenerating xml serialization code for .NET Core / .NET Standard

c# wcf .net-core .net-standard

How can I make multiple SOAP web service calls generic to reduce redundancy?

c# wcf interface svcutil.exe

SQL Server lock issue (distributed transactions with WCF)

What is WCF readerQuotas and maxArrayLength?

c# wcf service readerquotas

Don't send nulls on JSON response

json wcf web-services rest

Using MEF in Service layer (WCF)

wcf service mef layer

Is there a significant difference between making a [IsOneWay=true] WCF service async and calling the sync method using a Task on the client?