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
Multipart Form Data In WCF
This tutorial guides the creation of a WCF Service Library in Visual C#. It involves setting up a project named "DemoMultipartWCF" and implementing functionality to handle multipart form ...
Ankit Kanojia
Aug 25, 2016
Insert, Update and Delete Data With DataGridView in Windows Form Using WCF Service
Learn how to perform Insert, Edit, Update, and Delete operations in a DataGridView using a WCF Service in C#. This tutorial covers creating a SQL Server database table, implementing a WCF Service w...
Rohatash Kumar
Jul 27, 2012
Introduction to Service Oriented Architecture
Service Oriented Architecture (SOA) enables scalable, interoperable applications by decoupling services, ensuring they remain independent and self-contained. It uses standards like WSDL for describ...
Govind Khandelwal
Mar 12, 2015
WCF Performance Tuning
WCF (Windows Communication Foundation) enables network distributed services with a service-oriented approach. Improving its performance involves selecting proper bindings, understanding throttling,...
Jignesh Trivedi
Apr 19, 2013
Choosing ASP.Net Web API or WCF
Understand the transition from WCF to ASP.NET Web API, emphasizing HTTP-centric design, simplicity, and coexistence. ASP.NET Web API targets HTTP services, supporting diverse client bases including...
Sachin Kalia
Jan 28, 2014
Creating a Simple WCF Service
Learn to create a basic WCF service in .NET, leveraging service contracts, data contracts, and service implementation. Host your service, configure endpoints, and enable communication in a service-...
Prashant Nimbare
Aug 25, 2013
How To Create a WCF Service
How can I create a WCF service that manages employee details while interacting with an SQL database, including the necessary SQL table script for employee information storage?
Anandu G Nath
Dec 26, 2023
Create A WCF Service Client In Visual Studio
This article will demonstrate how to create a client for consuming WCF web service by using Visual Studio 2015
Rehman Shahid
Apr 20, 2017
Types of WCF Contract
In WCF(Windows Communication Foundation), contracts play an essential role. WCF Contracts can be defined as what the service is for and what action it can perform.
Ashish Makhija
Jun 05, 2023
WCF Interview Questions and Answers
This article lists top WCF Interview Questions and Answers. What is WCF? Explain WCF Architecture? What is the difference between WCF and Web API?
C# Curator
Jan 26, 2016
WCF (4), RIA Services
This discuss a WCF related service, RIA service.
George
Apr 14, 2021
WCF (3), Bindings And Channel Stack
This article discuss Bindings and Channel Stack in WCF in more details
George
Apr 12, 2021
WCF (2), Contracts In Various Types
In this article, you will learn how to describe WCF Contracts in Various Types.
George
Apr 12, 2021
WCF (1), Basics
Describe WCF Basic concept, such as What WCF is, Why, Architecture
George
Apr 12, 2021
How To Use A WCF Service Without Adding Service Reference
In this article, you will learn how to use a WCF Service without adding service reference.
Ankit Kanojia
Dec 22, 2016
Why Should We Use WCF?
WCF stands for Windows communication foundation. Learn why should we use WCF.
Hitanshi Mehta
Dec 04, 2018
WCF Instance Management
WCF Instance Management is the name for a set of techniques used by WCF to bind client requests to service instances, governing which service instance handles which client request. This is a servic...
Nitin Mittal
Sep 14, 2011
Simple WCF web service to receive parameter from HTTP POST request body
In this article, you will learn how to use Simple WCF web service to receive parameter from HTTP POST request body.
Igor Merabishvili
Jan 25, 2011
Stream operation in WCF
WCF provides the support for Stream object. It typically recommends the developer to handle the message which size is too large as Stream object for the sake of high performance. However, there are...
Bruce Zhang
Jun 01, 2009
Multiple Service Contract in WCF
This article exlains how to do multiple service contracts in a WCF Service.
Sourabh Mishra
Jun 09, 2014
No Records Available.
View More
Learn WCF in 10 Hours
Challenge yourself
WCF Skill
E-Book Download
Get Certified
Web Development