News

If you've consumed an ASP.NET ASMX Web service before, then you'll feel right at home consuming a WCF service. In a previous article, I discussed how a Windows Communication Foundation (WCF) service ...
Sending credentials automatically to Windows Communication Foundation (WCF) Web Service can make your client application more dynamic. Transport security (HTTPS) is used in WCF projects for ...
In June, Microsoft released a set of open-source configurations to accelerate interoperability between Microsoft’s WCF platform and leading Java-based web service stacks. WCF bindings, which ...
WCF (Windows Communication Foundation) is a secure, reliable, and scalable messaging platform that can be used to build Web services in .Net. It provides a unified programming model for developing ...
Peter introduces WCF 4.5's support for WebSockets first by describing why you care and then by setting up to build a bi-directional service using Windows Server 8, and Visual Studio 11.
ASP.NET Web API 2.2 for OData v4.0 are now available as nightly builds. The team also released OData core libraries version 6.1 on nuget with several bug fixes and new features, especially ...
I'm having a little-bit of confusion properly understanding how WCF services generate there XML (or JSON) payload for POST RESTful services. I have such a service that I wrote, and depending on ...
Explore ways to work with a WCF service programmatically without the service configuration files ...