Windows Communication Foundation (WCF) Data Services (not yet reviewed)
Learn how to utilize Windows Communication Foundation (WCF) Data Services.
Learn how to utilize Windows Communication Foundation (WCF) Data Services.
This article talks about some of the smaller details of Windows Communication Foundation that will help .NET developers get started using WCF.
This article illustrates the InstanceContextMode property used in the ServiceBehaviour attribute and how it can be handy in Windows Communication Foundation (WCF), introduced by Microsoft as a part of .NET Framework 3.0 and later versions.
Learn how to define, implement, configure and host a Windows Communication Foundation (WCF) service and then consume the service in a client.
An ADO.NET Data Services Tutorial covering REST, querystring operations and expressions, HTTP verbs, Linq to Data Services, security, exceptions and tracing.
This tip looks at properly closing a WCF connection from your application - whether you're using the proxy classes or a ChannelFactory.
Look at the two methods of talking to WCF services and when to use them. Also see sample code to use the ChannelFactory in C#.
Learn how to achieve operational overloading in WCF.