WCF

Building Your First WCF Service: A Beginner Guide
WCF or Windows Communication Foundation is a platform which is used to create distributed application service. It is a cross platform application that means WCF service can be used by...

Creating and Building a WCF Service for Windows Application Clients
In this article, I will explain you how to create a WCF service using βWCF Service Libraryβ and also how to host it and consume it in our client application....

Exploring Instance Creation Methods for the WCF Service
In this article, I will demonstrate you about how to create instance of WCF service with different way. Actually in WCF service, we can create instance of the service in...

How to Implement Various Bindings in WCF
I will show in what scenario you should use which binding. What Is Binding In WCF Binding describes how a client is going to communicate to WCF service. Binding is...

Quick Tips: Differentiating WCF Service Application and WCF Service Library
In Visual Studio when we try to create WCF services then we will meet with different type of template available in WCF like WCF Service Library, WCF Service Application etc....

WCF vs. Web Service: Understanding the Key Differences
WCF and Web Service both are used to create service for application. Compare to web service, WCF provide much more flexibility and portability to develop service oriented application. There are...