WCF

List of Articles in WCF

How to format date,currency and phoneno in ListView in WPF

How to format date,currency and phoneno in ListView in WPFRead more..
By: RRaveen   |    On:  2/15/2010 10:59:47 PM   |    Article

How to create WCF service without Visual Studio

In this article,I am going to implement one of the most basic WCF service without using Visual Studio and show you how to interact with the serviceRead more..
By: abhi2434   |    On:  11/29/2010 4:24:44 AM   |    Article

Introduction of the WCF

WCF is a .NET platform for developing services .Service is any functionality that can be consumed by the outside world. A service defines well defined communication protocols to communicate with it.Read more..
By: ashish shukla   |    On:  9/6/2010 9:41:49 AM   |    Article

Introduction to Data Transfer in WCF

I have seen on web many people talking about, how to deal with DTO classes and business class in WCF. And those entire topics persuaded me to write this article.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

One Way Operation in WCF

This article will discuss about One Way Operations in WCF. I am also going to explain One Way Operation with Session full service pros and cons.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

Dynamic Service and End Point Discovery feature of WCF 4.0

Dynamic Service and End Point Discovery feature of WCF 4.0Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

CRUD Operations on Windows Azure table and Azure Storage

CRUD Operations on Windows Azure table and Azure StorageRead more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

Multiple Service Contracts in WCF Service

In this article, I will show you, how we can have multiple contracts in WCF service.Read more..
By: Dhananjay Kumar   |    On:  6/11/2010 10:24:36 AM   |    Article

Instance Management in WCF Part # 1

This is first part of multi series articles. This article is giving introduction of Instance Management. This article will explain about Per-Call Instance management technique as well.Read more..
By: Dhananjay Kumar   |    On:  7/30/2010 11:08:30 AM   |    Article

Versioning in WCF Data Contract Part #2: Missing Members

Versioning in WCF Data Contract Part #2: Missing MembersRead more..
By: Dhananjay Kumar   |    On:  10/9/2010 1:27:04 AM   |    Article

Instance Management in WCF Part # 4(END)

This article will give theoretical introduction and explanation of coding sample also. It will explain 2 full coding sample that how to work with Session ID in WCF.Read more..
By: Dhananjay Kumar   |    On:  10/24/2010 1:53:25 AM   |    Article

How to access WCF service without creating Proxy

Each time when we want to consume a WCF service, we need to create proxy at client side. To create proxy, service must expose metadata endpoint.Read more..
By: Dhananjay Kumar   |    On:  10/31/2010 9:24:29 AM   |    Article

How to use Enumeration in DataContract of WCF

In this article I will show how to implement Enumeration in DataContract of WCF.By default Enums are serializable. If we define Enum at service side and use it in Data Contract, it is exposed at the client side.Read more..
By: Dhananjay Kumar   |    On:  11/9/2010 8:20:27 PM   |    Article

Default End Points in WCF 4.0

Developer had to add endpoints to setup a WCF service. In WCF 4, Default End Point is associated with the service, if we don’t configure any WCF endpoint.Read more..
By: Dhananjay Kumar   |    On:  12/4/2010 9:12:28 AM   |    Article

Programmatically finding Binding Elements in WCF Binding

Binding is one of the important aspect of WCF Programming. It deals with, “How Service and client will talk to each other?” Binding is made up of different binding elements. When different binding elements are stacked together they form a Binding. Different binding types are made up of different binding elements.Read more..
By: Dhananjay Kumar   |    On:  3/5/2011 5:04:01 AM   |    Article

Instance Management in WCF Part # 2

This article is part # 2 of Instance Management in WCF. This article will explain Session Full Instance management service. This will explain different Session Mode at Contract level. This will explain Per-session service also. This article will be explaining Session Full Service with a code also.Read more..
By: Dhananjay Kumar   |    On:  8/2/2010 11:16:07 AM   |    Article

Working with Custom collection in WCF

In this article, i would explorer create custom collection in WCFRead more..
By: Dhananjay Kumar   |    On:  8/5/2010 11:13:10 AM   |    Article

CollectionDataContract Attribute in WCF

In this article, I will explain you what is CollectionDataContract Attribute in WCF and why need itRead more..
By: Dhananjay Kumar   |    On:  8/6/2010 2:53:52 AM   |    Article

Instance Management in WCF Part # 3

This article is part # 3 of Instance Management in WCF. This article will explain about Singleton Service Instance mode. This article will give theoretical introduction and explanation of coding sample also. It will also discuss about various disadvantages of Singleton Service Instance mode and its potential place of uses.Read more..
By: Dhananjay Kumar   |    On:  8/28/2010 12:41:00 AM   |    Article

Authentication on WCF Data Service or OData: Windows Authentication Part 1

I am going to show how to enable windows authentication on WCF Data Service.Read more..
By: Dhananjay Kumar   |    On:  10/4/2010 10:51:51 AM   |    Article

Versioning in WCF Data Contract Part #1:Adding New Members

DataContract versioning requires when some modification has been done to the existing DataContract exposed to the client from the service or vice versa. If either service or client is changing the schema of DataContract exposed then new version of DataContract come into action and both party involved in communication should be able to accommodate the changes done in the DataContract.Read more..
By: Dhananjay Kumar   |    On:  10/6/2010 9:55:36 PM   |    Article

Why we need to choice WCF

Why we need to choice WCFRead more..
By: helloraj   |    On:  2/16/2010 12:59:30 AM   |    Article

Web Browser Control in WPF

Web Browser Control in WPFRead more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

Different Hosting options in WCF

This article is targeted to very new WCF developer. This will explain different Hosting options.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

How to solve "HTTP Error 404.3 :Not found" error in WCF

The page you are requesting cannot be served because of the extension configuration.If the page is a script,add a handler.if the file should be downloaded, add a MIME map.Read more..
By: Dhananjay Kumar   |    On:  11/15/2010 3:04:49 AM   |    Article

Hosting WCF Service with netTcpBinding on IIS7

Web.Config should have following configuration settinggs to hosting WCF service on IIS7(WAS)Read more..
By: malav.rajendra   |    On:  9/28/2010 11:32:18 AM   |    Article

Create, Host(Self Hosting, IIS hosting) and Consume WCF service

Create, Host(Self Hosting, IIS hosting) and Consume WCF servcieRead more..
By: pranay rana   |    On:  1/28/2011 3:10:08 AM   |    Article

How to Call WCF Services using jQuery

In this article i will explain how to call WCF service using JQuery.Read more..
By: pranay rana   |    On:  1/28/2011 3:25:36 AM   |    Article

21 Important FAQ questions for WPF and SilverLight

21 Important FAQ questions for WPF and SilverLightRead more..
By: questpond   |    On:  2/16/2010 12:02:28 AM   |    Article

Work with listview in WPF

Work with listview in WPFRead more..
By: RRaveen   |    On:  2/15/2010 10:59:46 PM   |    Article

Data Contract Hierarchy in WCF

In this article, you will learn about Data Contract Hierarchy in WCFRead more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

Returning Large Volume of Records from SOAP based WCF Service

In this article I will explain; How to return large volume of data (around 50000 records) from SOAP based WCF service to any client.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

Working with Collection in WCF

In this article, I will explain,How to work with collection in WCF and Generic collection as wellRead more..
By: Dhananjay Kumar   |    On:  8/2/2010 10:21:45 AM   |    Article

Expand and Load Fetching related entities in WCF Data Service

In this post, I will show you how to retrieve data from related entities in WCF Data Service.Read more..
By: Dhananjay Kumar   |    On:  8/26/2010 8:21:13 AM   |    Article

How to Create WCF 4.0 Service and Hosting in IIS 7.5

In this article, i have walkthrough on creating WCF service in .NET 4.0 and host in IIS 7.5Read more..
By: Dhananjay Kumar   |    On:  9/9/2010 10:21:25 AM   |    Article

How to consumed WCF 4.0 service in Silverlight 4.0 with cross domain

When a SilverLight application is ruuning on different server than the server where WCF Service is hosted then cross domain problem come into action. This article will explain how WCF 4.0 Service can be consumed in SilverLight 4.0 application. How to avoid cross domain problem is also explain in this article.Read more..
By: Dhananjay Kumar   |    On:  9/11/2010 10:25:45 AM   |    Article

How to IgnoreDataMember attribute in WCF POCO Serialization

Complex Data type for example custom class And not attributing this custom class as DataContract and properties of the class as DataMemberRead more..
By: Dhananjay Kumar   |    On:  10/3/2010 8:59:32 AM   |    Article

How to use Stored Procedure in WCF Data Service

In this article, I am going to explain how to use the stored procedures in WCF data service to retrieve records from the different datasource such as Sql server and Oracle.Read more..
By: Dhananjay Kumar   |    On:  4/16/2011 11:39:58 AM   |    Article

CRUD in RESTful Services of WCF-Tutorial

In this article, I will give you a step by step approach how you could build your own WCF service using REST.Read more..
By: abhi2434   |    On:  11/19/2010 9:49:25 AM   |    Article

Step by Step walkthrough to host WCF service in Windows Azure

This article will give step by step walkthrough of hosting a WCF service in windows azure.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

Introduction to REST WCF Service

This tutorial will explain how to create and consume a basic REST Enabled service in WCF. This is very basic tutorial but it will be very helpful in debugging common error while creating REST Services.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

Creating REST Service step by Step (A Simplest approach)

This article will give a step by step visual explanation of how to create a REST enabled WCF service.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

WINDOWS authentication on REST enabled WCF service

WINDOWS authentication on REST enabled WCF serviceRead more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

Solving Caching problem of IE for WCF REST service

Solving Caching problem of IE for WCF REST serviceRead more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

Get an Image using WCF REST service

This article will give a very simple and basic explanation of , how to fetch an image using WCF REST service.Read more..
By: Dhananjay Kumar   |    On:  4/17/2010 11:54:35 PM   |    Article

Walkthrough creating REST Service in WCF 4.0

This article will explain step to step explanation of, how to create a REST based service and how to consume that in a managed client.Read more..
By: Dhananjay Kumar   |    On:  11/26/2010 9:08:45 AM   |    Article

WCF RIA Service Tutorial-Part 01

It may be bit late but let us learn WCF RIA together. I will be writing many parts on Learning WCF RIA Services.Read more..
By: Dhananjay Kumar   |    On:  1/19/2011 9:52:57 AM   |    Article

Learning WCF RIA Service Part #2: Adding Query Methods

In this article we will see,How to pass parameter in query ,How to return single object ,How to return multiple objects.,How to call the query method with parameter.Read more..
By: Dhananjay Kumar   |    On:  1/29/2011 8:31:02 PM   |    Article

WCF Data Service with SQL Azure

In this article we will expose database from cloud or SQL Azure as WCF Data Service. There two steps mainly involved in this,Creating local Database and migrating to SQL Azure and Exposing SQL Azure Database as WCF DATA Service.Read more..
By: Dhananjay Kumar   |    On:  2/26/2011 10:45:52 AM   |    Article

Three way to form URI for REST Services

In this article, I will show how we could construct URI in three ways.Read more..
By: Dhananjay Kumar   |    On:  7/28/2010 10:02:36 AM   |    Article

Hosting a WCF REST Service as WebServiceHost

In this article, I will explain What is WebServiceHost Factory class and What is its functionRead more..
By: Dhananjay Kumar   |    On:  8/12/2010 8:29:16 AM   |    Article

A Simple Duplex Service in WCF

This article will give step by step explanation on how to create a simple duplex service in WCF. In call back operation or duplex service, Service can also call some function at the client .Read more..
By: Dhananjay Kumar   |    On:  9/7/2010 10:20:09 AM   |    Article

Callback Reentrancy or returning values in callback or duplex service in WCF

This article will explain how to return values in call back or duplex operation.Read more..
By: Dhananjay Kumar   |    On:  9/9/2010 8:04:36 AM   |    Article

How to Consuming WCF REST Service in ASP.Net

This article will explain that how a WCF REST Service can be consumed in ASP.Net web siteRead more..
By: Dhananjay Kumar   |    On:  9/15/2010 11:01:15 AM   |    Article

How to Remove .SVC from WCF REST Service

In this article you will learn, How to Remove .SVC from WCF REST ServiceRead more..
By: Dhananjay Kumar   |    On:  9/18/2010 10:22:27 AM   |    Article

Creating a Basic REST service using CUSTOM Binding-Part02

In this article, I am going to show you how we could create a basic WCF REST service using custom binding.Read more..
By: Dhananjay Kumar   |    On:  5/26/2010 8:33:44 AM   |    Article

Self Hosted WCF REST Service or Hosting WCF REST Service in Console Application

Self Hosted WCF REST Service or Hosting WCF REST Service in Console ApplicationRead more..
By: Dhananjay Kumar   |    On:  6/13/2010 11:02:23 AM   |    Article

Uri Template in WCF REST Service:Part #1

This article will give explanation about UriTemplate class in WCF REST Service. We will see how UriTemplate class helps us to construct the URI for the methods.Read more..
By: Dhananjay Kumar   |    On:  6/14/2010 10:52:51 AM   |    Article

Enabling Help page for REST Service in WCF 4.0

In this article, I will show you How to create a REST based service, How to host a REST based service in Console application, and How to enable Help page for REST Service.Read more..
By: Dhananjay Kumar   |    On:  6/18/2010 10:03:40 AM   |    Article

Creating WCF Data Service from scratch and Hosting in Console Application

in this article,Creating WCF Data Service from scratch and Hosting in Console ApplicationRead more..
By: Dhananjay Kumar   |    On:  6/26/2010 12:09:12 AM   |    Article

WCF service in Windows Azure and consuming in Window 7 phone

This article will give step by step walkthrough of hosting a WCF service in windows azure and then consuming that in windows7 phone application.Read more..
By: Dhananjay Kumar   |    On:  7/17/2010 11:42:58 AM   |    Article

How to enable windows and NTLM authentication on WCF

This article will explain various combination's of IIS and WCF Ntlm/Windows authentication settings.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

WCF Service Throttling Behavior

WCF Service Throttling is a way for you to limit (“throttle”) the throughput of your service so that resources (memory, CPU, network, etc.) are kept at healthy levels.Read more..
By: rajendradhanora   |    On:  9/28/2010 11:25:19 AM   |    Article

WPF/Silverlight Layouts

WPF/Silverlight LayoutsRead more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

File Download and Upload with Progress using WCF

I like to use WCF as it is very easy to implement and also provides built in functions to handle with Complex problems. One of such interesting thing that I found in WCF is the support for Streaming while sending data from the service.Read more..
By: abhi2434   |    On:  11/26/2010 7:44:10 AM   |    Article

Work with Streaming in WCF

I am going to explain various aspects of streaming of messages in WCFRead more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

Configuring Multiple End points for WCF Service

In this article, I will explain how we could configure multiple binding for WCF service.Read more..
By: Dhananjay Kumar   |    On:  6/6/2010 9:13:53 AM   |    Article

Hosting WCF Service with netTcpBinding in Windows Service

Hosting WCF Service with netTcpBinding in Windows ServiceRead more..
By: Dhananjay Kumar   |    On:  6/25/2010 11:23:31 PM   |    Article

Server side paging in WCF Data Service

In this article, I will show you, how we can achieve server side paging in WCF Data serviceRead more..
By: Dhananjay Kumar   |    On:  7/3/2010 7:41:51 AM   |    Article

WebException or Remote server name could not be resolved in WCF Data Service

This article will give a brief explanation on how to handle remote server name could not resolved exception in WCF Data ServiceRead more..
By: Dhananjay Kumar   |    On:  8/22/2010 3:01:43 AM   |    Article

Cross machine communication between .Net Application using WCF

When service and client both are of .Net and resides on different machines then we choose preconfigured netTcpBinding to publsih WCF Service to the client.Read more..
By: Dhananjay Kumar   |    On:  3/8/2011 7:56:24 AM   |    Article

CRUD wiht WCF DataService Calling Stored Procedure in Silverlight

CRUD wiht WCF DataService Calling Stored Procedure in SilverlightRead more..
By: usamawahabkhan   |    On:  6/4/2010 9:54:44 AM   |    Article
^ Scroll to Top