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
About Windows Communication Foundation
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
John Charles Olamendy (7)
Shivprasad (2)
Neelesh Vishwakarma (2)
Mahadesh Mahalingappa (2)
Sanket Terdal (2)
Sachin Kalia (1)
Anubhav Chaudhary (1)
Diptimaya Patra (1)
Vishal Nayan (1)
Ashish Tripathi (1)
Pramod Thakur (1)
Abhishek Arora (1)
Mukesh Kumar (1)
Suthish Nair (1)
Vijai Anand Ramalingam (1)
Sunil (1)
Francis (1)
Ramakrishna Basagalla (1)
Ramasagar Pulidindi (1)
Kamal Rawat (1)
Shivanand Arur (1)
Imran Ghani (1)
Krishna Garad (1)
Amit Choudhary (1)
Nitin Mittal (1)
Pradip Pandey (1)
Praveen Kumar (1)
Related resources for Windows Communication Foundation
No resource found
Choosing ASP.Net Web API or WCF
6/12/2024 7:33:46 AM.
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 ri
Enabling WCF Net.Tcp Port Sharing for Multi-Process Port Sharing
4/26/2024 10:23:44 AM.
In today's article you will learn how to enable the Net.Tcp Port Sharing Service, so that it can be used by WCF for Port Sharing across multiple processes.
WCF RIA Services
9/30/2019 12:36:15 AM.
WCF RIA Services simplifies the development of n-tier solutions for Rich Internet Applications (RIA), such as Silverlight applications.
New Features of WCF 4.0: Part III
9/26/2019 5:01:49 AM.
In this series of articles, I want to talk about the new features in the area of Windows Communication Foundation (WCF) in order to improve the development experience, enable more communication scenar
WCF Application Implementing the Anonymous Client over Certificate WS-Security scenario
9/26/2019 1:28:50 AM.
This article explains the techniques, architecture and design strategies in order to address one of the most common scenarios of secure communication in Internet, the Anonymous client over Certificate
Sending Binary Data from Oracle Application Server to WCF through MTOM: Part II
9/20/2019 4:37:01 AM.
This article will illustrate how to send binary data from Oracle Application Server (Oracle AS) to WCF using Web Services technologies specifically MTOM standard specification, thus achieving interope
What is WCF
9/17/2019 12:00:23 AM.
Windows Communication Foundation (WCF) is an SDK for developing and deploying services on Windows. WCF provides a runtime environment for your services, enabling you to expose CLR types as services, a
Windows Communication Foundation FAQ: Part II
9/16/2019 4:09:16 AM.
In this article, we will run through a quick FAQ for WCF. I am sure after reading this you will get a good understanding of the fundamentals of WCF.
Windows Communication Foundation(WCF) FAQ: Part I
9/16/2019 3:54:57 AM.
WCF is a part of .NET 3.0.“. WCF is a unification technology, which unites the following technologies like NET remoting, MSMQ, Web services, COM+.
Windows Communication Foundation callback
9/13/2019 4:09:05 AM.
This article is intended to illustrate how to implement callback operations in WCF through a common business scenario where the service needs to notify that some events has happened to the client. Dur
An Introduction to Windows Communication Foundation (WCF)
9/13/2019 1:27:18 AM.
This article introduces the Windows Communication Foundation (WCF).
Binding In WCF: Part 11
9/12/2019 6:44:58 AM.
In this article, we learn what is binding and how we can implement binding in WCF.
A Beginner's Tutorial For Understanding WCF
9/12/2019 3:38:51 AM.
This article provides a beginner's tutorial of the Windows Communication Foundation (WCF).
Different Types Of Bindings In WCF
9/10/2019 5:35:08 AM.
In this article, I will demonstrate you different types of bindings available in Windows Communication Foundation (WCF).
WCF Test Client
9/4/2019 3:19:30 AM.
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.
Hosting WCF Service Inside IIS
9/4/2019 2:01:52 AM.
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. In
WCF Programming for Beginners
8/29/2019 2:08:04 AM.
This article provides the basics for programming the WCF Service.
WCF - Service Configuration Editor
10/11/2016 10:51:11 AM.
This article talks about the utility called "Service Configuration Editor"which is very useful to set the configuration for a WCF Service.
Creating WCF Service For Beginners
4/14/2016 10:30:19 AM.
In this article you will learn how to create WCF Service.
Bindings in WCF 4.5
6/11/2014 2:25:11 PM.
This article explains the advanced service contract features of WCF 4.5 (as well as the various types of bindings) and implements a sample custom binding class.
One Two Three to Windows Communication Foundation: Part 2
7/10/2013 1:53:35 PM.
This article explains how to consume a service in a rather simple console application.
One Two Three to Windows Communication Foundation: Part 1
7/8/2013 2:48:45 PM.
In this post, I am providing text and code that helps to easily understand WCF.
Mumbai Chapter - Windows Communication Foundation (HOL)
3/20/2013 11:40:15 AM.
I am pleased to provide for you a success story of the Mumbai C# Group once again.
Hands on Lab on WCF With C# Corner Mumbai User Group
3/9/2013 5:42:05 AM.
Hands on Lab on Windows Communication Foundation (WCF)
Simple Steps to Enable Tracing in WCF
7/12/2012 7:34:41 PM.
This article is about the tracing mechanism in the Windows Communication Foundation. The important classes are Trace, TraceSource and TraceListener.
Sending Binary Data from Oracle Application Server to WCF through MTOM: Part II
5/19/2012 12:39:09 AM.
This article will illustrate how to send binary data from Windows Communication Foundation (WCF) to Oracle Application Server (Oracle AS) using Web Services specifications specifically MTOM standard specification, thus achieving interoperability between the two platforms. Some days ago, I blogged information in CSharpCorner blogs about MTOM specifications.
Step Toward Windows Communication Foundation (WCF)
5/13/2012 7:37:38 AM.
In this series we will learn about the Windows Communication Foundation (WCF); the new technology to develop distributed applications.
Designing And Creating WCF 4.0 REST Services
5/13/2012 7:03:30 AM.
This article is about designing and creating WCF 4.0 REST services.
Versioning Windows Communication Foundation
11/17/2011 1:43:42 AM.
Two types of Changes: Backwards-Compatible Changes (or Non-Breaking Changes) -> Changes to services that would not require changes to existing clients. And Non-Backwards-Compatible Changes (or Breaking Changes) -> Changes to services that would require changes to existing clients.
WCF Series Channels and Bindings: Part 1
9/29/2011 8:30:04 PM.
In this article we will be discussing WCF Channels and Bindings.
WCF Series - Introduction to WCF
9/27/2011 12:19:05 AM.
In this article we are going to see an introduction to Windows Communication Foundation.
ABC of Windows Communication Foundation
7/5/2011 11:50:32 AM.
Here I will explain about ABC of Windows Communication Foundation i.e WCF.
Transaction in Windows Communication Foundation
7/19/2010 6:18:26 AM.
In this article I am going to explain step by steps approach to create transaction enabled WCF service.
Transaction and Sessions in Windows Communication Foundation
7/16/2010 2:44:06 AM.
In this article, I am going to show step by step approach using Transaction and Sessions together in WCF.
Chapter I: Getting your tools
4/29/2008 5:32:29 AM.
This article tells you how to access databases with C# 2008.
Introduction to Windows Communication Foundation
4/11/2007 4:42:13 AM.
This paper is intended to present the fundamental concepts of Windows Communication Foundation as the new programming model for service-oriented development. Windows Communication Foundation (WCF) is Microsoft’s unified programming model for building service-oriented applications.
Interoperability between WCF and Oracle Application Server : Part I
1/25/2007 6:04:12 AM.
This article is part of series intended to show how to use Web Services related technologies to interoperate applications running in different platforms, in this case, the most common scenario between Microsoft.NET and Oracle AS platforms.