Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

.NET Remoting vs. Web Services vs. Windows Communication Foundation (WCF)

WCF Data Contract and Reference Entity Data?

WCF: collection proxy type on client

wcf

WCF client with proxy settings set to "Use automatic configuration script"

c# wcf wcf-binding

Enum not serializing

c# wcf msmq

WSDL URL for a WCF Service (basicHttpBinding) hosted inside a Windows Service

Reuse of WCF service clients

c# asp.net wcf

Is it possible for WCF to transport virtual properties of EF?

wcf entity-framework

WCF service instantiation via IoC container

wcf inversion-of-control

How to generate client-side code for multiple WCF services with shared types

What is the difference between net.tcp and http?

wcf http tcp

WCF service blocked by Windows Firewall

wcf http firewall

Why would you not use WCF Data Services for querying data?

Using Unity Dependency Injection with WCF services

Serialization DataMember (name) override issue

Bug in New-WebServiceProxy cmdlet when using -Namespace?

WCF REST Push Stream Service

c# wcf rest

XmlException in WCF deserialization: "Name cannot begin with '<'" - in automatic property backing fields

Push Notification mechanism between a server and a client app

c# wcf push-notification

Why returning dataset or data table from WCF service is not a good practice? What are the Alternatives?

c# sql wcf datatable dataset