Showing posts with label WCF. Show all posts
Showing posts with label WCF. Show all posts

Session Management in WCF

Introduction Very often we would like to control the way WCF service objects are instantiated on a WCF server. You would want to control...

Overview of Message Exchange Patterns (MEP) in WCF

What is WCF? WCF is a Microsoft platform for building  distributed and interoperable applications and it keeps data in XML and JSON form...

Differences Between WCF and ASP.NET Web Services

Introduction: This article explains the difference between ASP.NET web service and WCF services. I will also explain how we use both the...

Introduction to types of WCF bindings

Introduction:  WCF binding is a set of binding elements and each element specify, how the service and client will communicates with each o...

Error code 12031 in Ajax enabled wcf on JQuery call

Introduction: This article explains how to resolve this error code 12031 in ajax enabled wcf service. I have the below service and code ...

Difference between Proxy and Channel Factory in WCF

Introduction: This article explains the difference between a WCF Channel factory and Proxy and when to use a Proxy and when to use a Chann...

Cross Domain WCF Service Calling with Jquery

Introduction: This article is about to call the cross domain WCF service from your page, i.e., calling WCF service hosted on one domain an...

Introduction to WCF

Introduction: Windows Communication Foundation (WCF) is a framework for building service-oriented applications . It is Microsoft's l...

File Upload with WCF REST API and JavaScript

Introduction: This article explains file uploading with HTML/JavaScript consuming WCF services exposed with the REST API. First, we mus...