TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
WCF
FOLLOW
Welcome to Windows Communication Foundation (WCF) section of C# Corner. In this section, you will find articles, source code samples, tutorials, tips, resources, downloads, and news related to Windows Communication Foundation in .NET 3.0.
Articles
(426)
Blogs
(124)
Resources
(10)
Videos
(3)
News
(3)
Articles
Introduction To WCF Endpoints
In this article we will learn about the endpoints of WCF. WCF provides communication for client applications using Endpoints. Endpoints provide the configuration required for the communication and ...
Vithal Wadje
Dec 13, 2014
Creating WCF REST Service
In this article we will learn how to create WCF REST service. REST stands for Representational state transfer which is a technique to communicate on cross platform application and exchange the data...
Vithal Wadje
Sep 27, 2015
Developing WCF Restful Services with GET and POST Methods
In this article we will see how to create a WCF REST based service. In this example we will define 2 methods GetSampleMethod (method type is GET) & PostSampleMethod (method type is POST).
Surya Prakash
Oct 30, 2011
Create and Consume WCF Restful Service
In this article, you will learn how to create and consume a WCF Restful Service.
Rahul Kumar Saxena
Oct 25, 2014
WCF Service to Connect Between Windows Forms Application and SQL Database
Today, I have provided an article showing you how to insert and display data in a DataGridView control using a WCF service from C# code.
Rohatash Kumar
Jul 26, 2012
Service Behavior In WCF
This article explains Service Behavior in WCF. The WCF Service Behavior attribute is used to apply behavior at the service level.
Ramesh Kartik
Jul 23, 2014
ABCs of WCF
This article explains the use of addresses (A), bindings (B) and contracts (C) of WCF.
Ramesh Kartik
Jul 21, 2014
Creating WCF Service, IIS Hosting and Consuming
In this article, you will learn how to Create WCF Service, IIS Hosting and Consuming WCF Service.
Ck Nitin
Mar 28, 2013
WCF Test Client
WCF Test Client is a debugging tool for WCF services. Learn how to start the WCF Test Client and how to use WCF Test Client.
Suthish Nair
Apr 17, 2013
How to Return a DataTable From WCF Service
In this article, we will see how to return data from a SQL Server table as a DataTable object using WCF service and consume it in a Console application.
Deepak Sharma
Mar 07, 2012
Hosting WCF Service Inside IIS
Windows Communication Foundation(WCF) takes many existing communication technologies, such as Web Services, Windows Remoting, Microsoft Message Queuing, and abstracts them into a single technology....
Vijai Anand Ramalingam
Nov 12, 2010
Calling WCF Services Using jQuery
This article provides a quick overview of how to call a simple WCF service using jQuery Ajax Method in ASP. Net.
Rohatash Kumar
Jun 04, 2014
Download/Upload File Using WCF REST Services With Windows Authentication
In this article, I share how to easily download and upload files using Windows Authenticated WCF service hosted in IIS.
Eklavya Gupta
Jun 16, 2014
How to Implement Message Contract in WCF
A message contract is used to control the structure of a message body and serialization process. Learn to Implement Message Contract in WCF.
Amit Tiwari
Apr 23, 2013
Creating and Consuming WCF Web Service in ASP.Net
In this article you will learn how to create a WCF Web Service to be consumed by ASP.NET applications.
Afzaal Ahmad Zeeshan
Feb 24, 2015
Implementing Username Password Security in WCF Service
This article explains username and password authentication with mixed security mode in WCF Service.
Manas Mohapatra
Jul 09, 2015
Channel Factory in WCF
A Channel Factory enables you to create a communication channel to the service without a proxy.
Jignesh Trivedi
Jun 20, 2012
Consuming WCF/ASMX/REST service using JQuery
This step by step tutorial demonstrates how to consume WCF, ASMX, and REST service from an application using JQuery.
Sridhar Subramanian
Jan 02, 2010
Exception Handling in WCF using Fault Contract
This article demonstrates how to get error information from a service to a client using fault contract in WCF.
Anand Thakur
Jan 03, 2008
WCF Tutorial
In this article you will learn how to use WCF in C#.
Harshit Vyas
Oct 07, 2010
No Records Available.
161
-
180
of
426
<<
7
8
9
10
11
>>
Learn WCF in 10 Hours
Challenge yourself
WCF Skill
E-Book Download
Get Certified
Java Developer