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 WCF Service
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vithal Wadje (9)
Rohatash Kumar (6)
Akshay Patel (5)
Vijai Anand Ramalingam (4)
Sourav Kayal (3)
Mahadesh Mahalingappa (3)
Jasminder Singh (3)
Ramesh Kartik (3)
Nirav Daraniya (3)
Ankit Kanojia (2)
Kailash Chandra Behera (2)
Rasmita Dash (2)
Neelesh Vishwakarma (2)
Amit Patel (2)
Rahul Bansal (2)
Krishna Garad (2)
Pramod Lawate (2)
Vishal Gilbile (2)
Hemant Panchal (1)
Prashant Nimbare (1)
Anandu G Nath (1)
Rehman Shahid (1)
Oleg Litvinov (1)
Prabhakar Maurya (1)
Nitin Mittal (1)
Sourabh Mishra (1)
Waleed Mohamed (1)
Jaipal Reddy (1)
Sarita Rath (1)
Amit Choudhary (1)
ashutosh k shukla (1)
Abhishek Jain (1)
Mike Liu (1)
Kunal Patel (1)
Imran Ghani (1)
Mukesh Kumar (1)
Sujit Bhujbal (1)
Shivprasad (1)
Amit Tiwari (1)
Priya Linge (1)
Akkiraju Ivaturi (1)
Hemant Srivastava (1)
Pramod Thakur (1)
Nimit Joshi (1)
Purushottam Rathore (1)
Surya Prakash (1)
Ck Nitin (1)
Suthish Nair (1)
Deepak Sharma (1)
Manas Mohapatra (1)
Jignesh Trivedi (1)
Mahak Gupta (1)
Manoj Kalla (1)
Bhuvanesh Mohankumar (1)
Sarathlal Saseendran (1)
Rupesh Kahane (1)
Hemant Patil (1)
Chamali Perera (1)
Jasbeer Singh (1)
Rafnas T P (1)
Ankit Bansal (1)
Related resources for WCF Service
No resource found
ASP.NET Web API With Swagger
8/22/2024 5:02:23 AM.
ASP.NET Web API is an extensible framework for building HTTP based services that can be accessed in different applications on different platforms such as web, windows, mobile etc. It is like a web ser
Understand jQuery Ajax Function: Call Web Service Using jQuery Ajax Method
7/18/2024 3:19:09 PM.
Learn how to use the jQuery Ajax function to call web services and code-behind C# methods. This guide is perfect for novice developers. It covers creating a simple web service, setting up jQuery Ajax
Multipart Form Data In WCF
6/24/2024 9:02:20 AM.
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 dat
Enable Other Protocols (TCP, PIPE, MSMQ etc.) In IIS
6/13/2024 11:53:28 AM.
Learn how to expand Windows IIS beyond HTTP, HTTPS, and FTP to include TCP and PIPE protocols. Follow steps to enable these protocols via Control Panel and IIS settings, enhancing connectivity options
Insert, Update and Delete Data With DataGridView in Windows Form Using WCF Service
6/13/2024 10:56:57 AM.
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 with
Creating a Simple WCF Service
5/30/2024 11:46:57 AM.
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-ori
How To Create a WCF Service
12/26/2023 8:48:44 AM.
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?
Create A WCF Service Client In Visual Studio
7/27/2023 8:30:19 AM.
This article will demonstrate how to create a client for consuming WCF web service by using Visual Studio 2015
Web Service vs. WCF Service
4/15/2021 12:06:26 PM.
In this article, you will learn difference between Web Service vs. WCF Service.
Consuming WCF Service in a AAP.net Web application
4/13/2021 5:32:41 AM.
In this article, we will learn how to consume WCF service Application in a Asp.net Web application.
Classes in JavaScript
4/14/2020 3:36:26 PM.
Thi article explains classes in JavaScript.
How To Use A WCF Service Without Adding Service Reference
3/13/2020 12:42:01 AM.
In this article, you will learn how to use a WCF Service without adding service reference.
Increase Performance with an Object Pool or Why Singleton May Cause Performance Issues
3/12/2020 11:45:30 PM.
When creating a Singleton, think about if an Object Pool should be used instead.
How to Configure WCF Services in Windows 8
12/30/2019 1:45:43 AM.
In this article we are explaining how to configure WCF Services in Windows 8.
WCF Instance Management
9/30/2019 6:27:34 AM.
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 service s
Multiple Service Contract in WCF
9/30/2019 4:26:35 AM.
This article exlains how to do multiple service contracts in a WCF Service.
Creating Active Directory Service using WCF
9/30/2019 1:52:20 AM.
In this article, I'll try to give you a full demonstration of and the steps required to create a WCF application that operates all the active directory functions
CRUD Operations Using WCF in ASP.Net
9/30/2019 1:44:32 AM.
This article explains how to create and consume a WCF service, how to bind a gridview using the WCF service and how to edit the data in the gridview using the WCF service.
WCF Discovery in .NET 4.0
9/30/2019 1:38:27 AM.
Windows Communication Foundation has introduced a new feature of WCF; Discovery and with the help of this feature we can access the other service.
AJAX-Enabled WCF Service Using JSON
9/30/2019 12:41:54 AM.
This article explains the use of JSON in WCF and AJAX-enabled WCF services.
WCF NetMSMQBinding Example
9/26/2019 3:42:54 AM.
In this article, we will see how to expose NetMSMQBinding using WCF and how to use MSMQ with WCF Service Application.
Fault Exception Concept in WCF
9/26/2019 3:22:12 AM.
In this article, I will explain the Fault Exception in WCF.
Generic Data Access Layer using ADO.NET Entity Framework : Part 2
9/26/2019 12:01:30 AM.
In this article, we will take a deeper look at what the Entity Framework provides us and how we can modify it to achieve a Generic Data Access Layer.
Generic Data Access Layer for WCF : Part 4
9/25/2019 11:50:58 PM.
In this article, we will create a WCF Business Layer and its methods.
Rest Based API Using WCF Services
9/25/2019 3:27:38 AM.
Our main purpose of this article will be to create a REST based API service using WCF services.
Using IOperationInvoker in WCF For Global Exception Handling and Logging
9/25/2019 1:22:12 AM.
In this article, we’ll discuss an Interceptor IOperationInvoker that can be used before and after activity when service actually calls it’s operations.
WCF Service With SQL Membership and Roles Provider
9/25/2019 12:58:21 AM.
Today I am going to write about the WCF and ASP.NET Membership Provider & Roles Provider.
Create Restful WCF Service API
9/25/2019 12:12:39 AM.
In this article, I am going to explain to you how to implement restful service API using WCF 4.0 . The Created API returns XML and JSON data using WCF attribute.
Consuming WCF Service Via Reflection
9/25/2019 12:04:00 AM.
This article provides a sample of consuming a WCF service on the go using reflection instead of adding references to our project or application.
Hosting a WCF Service Under a Windows Service
9/23/2019 1:28:02 AM.
In this article, we will see how to host our WCF service in a Windows environment under a Widows Service.
Implementing a Basic Hello World WCF Service
9/23/2019 1:03:36 AM.
In this article, we will manually implement a basic WCF service from scratch, step by step with clear instructions and precise screen snapshots. You will have a thorough understanding of what WCF is u
Call WCF Service Using jQuery - Part 1
9/23/2019 12:02:31 AM.
In this article you will learn WCF Service using jQuery.
WCF Service Contracts And Operation Contracts
9/20/2019 5:07:51 AM.
Here, we will learn about Service Contracts and Operation Contracts in WCF.
One-Way Operations in WCF Services
9/20/2019 4:19:00 AM.
Here you will read One-Way Operations in WCF Services. WCF offers one-way operations to support this sort of fire-and-forget invocation,: once the client issues the call, WCF generates a request messa
WCF Service For Inserting Data Into Database Using ASP.NET
9/20/2019 12:27:07 AM.
In this article I will show a practical example of a WCF service for inserting data into a database using ASP.NET.
Exception Handling in WCF Service
9/19/2019 11:58:30 PM.
In this article, you will learn Exception Handling in a WCF Service.
WCF Series: Using the WCF Service Configuration Editor
9/19/2019 4:30:08 AM.
In this article, we will be seeing how we can create a Config File using the Configuration Editor in WCF.
Ajax Enabled WCF Service
9/19/2019 3:59:02 AM.
This article explains the Ajax Enabled WCF service to create an Ajax Enabled WCF service.
How to Create and Host WCF Service Inside SharePoint 2010
9/17/2019 6:46:10 AM.
In this article, we will see how to create and host a WCF Service inside SharePoint 2010.
Issue While Returning DataTable Through WCF Service
9/17/2019 4:32:12 AM.
Today, I have provided an article showing you how to return a datatable using a WCF service from C# code.
Contracts in WCF Service
9/17/2019 12:35:07 AM.
In this article, we will learn about WCF Service contracts. Learn Service contracts, Data Contracts, Message contracts, Fault Contract. and Operation Contract.
Creating Simple WCF Application Using C# and VS 2012
9/17/2019 12:17:49 AM.
This article provides a detailed introduction to creating a simple WCF Service.
Consume a Custom WCF Service in a Console Application
9/16/2019 3:19:45 AM.
In this article, you will see how to consume the custom WCF service in a Console Application.
WCF Concurrency (Single, Multiple and Reentrant) and Throttling
9/16/2019 1:38:24 AM.
In this article, we will concentrate on WCF concurrency and throttling. We will first try to understand what are WCF concurrency and the 3 important types of WCF concurrency. We will then see a small
Hosting WCF Service Under a Local IIS
9/16/2019 12:38:53 AM.
In this article, we will see how to host a WCF service under IIS (Internet Information Services).
Programmatically Creating Proxy of the WCF Service Client Application Without Adding Service Reference
9/16/2019 12:26:22 AM.
In this exercise we will see how to design a proxy using APIs provided by WCF.
Fault Contract in WCF
9/13/2019 4:15:05 AM.
This article describes how we can handle errors in a WCF service using Fault Contract.
WCF Method Overloading
9/13/2019 2:12:32 AM.
How do you do Method Overloading in WCF? In this article,I am using Visual Studio 2008 building a WCF service and for simplicity, NET TCP Binding is used.
How to Debug a WCF Service Hosted in Windows Service
9/13/2019 1:44:07 AM.
This article shows how we can debug a WCF Service in Visual Studio which is hosted in a Windows Service with netTcpBinding.  
How to Make Changes to WCF Service Without Breaking Client in WCF: Part 3
9/12/2019 5:04:27 AM.
In this article, we learn how to make changes to a WCF Service without breaking the client, or in other words, what the name property in a service contract is in WCF.
Understand WCF: Part-3: Create Simple WCF Service
9/11/2019 3:28:06 AM.
In this article, we will concentrate directly to WCF and we will create a sample WCF application.
Understand WCF: Part-1: What is SOA, Services and Messages
9/11/2019 3:13:42 AM.
The purpose of this article is to understand WCF from the very basics.
Self Hosting in WCF
9/11/2019 2:04:06 AM.
In this article, we will explain self-hosting a service using a Windows console application.
Consuming WCF Service in WPF Application
9/11/2019 1:35:47 AM.
In this article, we will learn how to consume a WCF Service in WPF Application.
How to Create WCF Service to Retrieve Data From the Oracle Database
9/10/2019 5:23:56 AM.
In this article, we will be seeing how to create WCF service to retrieve data from the Oracle database.
Consuming a WCF Service in Java Application
9/10/2019 3:42:03 AM.
This project provides an idea of how to consume a WCF service in a Java application.
Insert, Update and Delete Data in GridView Using WCF Service
9/10/2019 2:11:11 AM.
Today, I have provided an article showing you how to insert, delete and update data in a GridView using a WCF service from C# code.
Fault Exception and Fault Contract in WCF Services
9/10/2019 1:29:46 AM.
Here, you will learn about the basic concepts of WCF fault exceptions and fault contracts.
MSMQ In WCF
9/10/2019 1:18:32 AM.
In this article we try to learn how to implement a MSMQ feature in WCF service.
Consuming WCF Service Using JavaScript
9/10/2019 12:13:26 AM.
This article describes how to create the WCF Service and access the service in the web application using JavaScript.
Creating and Consuming a WCF Service
9/9/2019 11:56:47 PM.
In this article, I am going to discuss how to create a WCF Service and consume it from an ASP.NET 3.5 client application.
Consuming WCF Service In Console Application
9/9/2019 5:45:25 AM.
This article explains how to consume the WCF Service application in a Console Application.
Developing WCF Restful Services with GET and POST Methods
9/9/2019 2:22:53 AM.
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).
WCF Service to Connect Between Windows Forms Application and SQL Database
9/9/2019 12:44:35 AM.
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.
Creating WCF Service, IIS Hosting and Consuming
9/4/2019 4:03:40 AM.
In this article, you will learn how to Create WCF Service, IIS Hosting and Consuming WCF Service.
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.
How to Return a DataTable From WCF Service
9/4/2019 2:12:49 AM.
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.
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
Calling WCF Services Using jQuery
9/3/2019 5:28:34 AM.
This article provides a quick overview of how to call a simple WCF service using jQuery Ajax Method in ASP. Net.
Implementing Username Password Security in WCF Service
9/3/2019 1:54:02 AM.
This article explains username and password authentication with mixed security mode in WCF Service.
Channel Factory in WCF
9/3/2019 1:40:48 AM.
A Channel Factory enables you to create a communication channel to the service without a proxy.
A Simple Example of WCF Service
8/29/2019 1:07:51 AM.
Here we look at an example of a WCF Service in which we create a service for applying simple calculator functions.
Consuming WCF Service In Windows Application
8/28/2019 3:18:19 AM.
In this article, we will learn how to consume a WCF Service application in a Windows Application.
How To Create A WCF Service In C#
8/28/2019 2:24:10 AM.
In this tutorial, learn how to create a WCF service in C#.
Creating A WCF Service Using ASP.NET And C#
8/28/2019 2:17:16 AM.
in this article, we will learn how to create a WCF Service using ASP.NET and C#
Basic WCF Service Step by Step
8/14/2019 6:34:11 AM.
In this WCF tutorial, you will learn how to create a WCF Service and how to consume a WCF Service in an app using C# and Visual Studio.
WCF Service Configuration Using Configuration Editor- Day 12
8/14/2019 5:05:26 AM.
In this article, you will learn about WCF Service Configuration using the Configuration Editor.
WCF Service Configuration Using Web.config - Day 11
8/14/2019 4:37:34 AM.
In this article, we will see how to configure a service using a XML-based configuration file i.e. web.config. We will also see definition of endpoints, multiple endpoints and publishing metadata.
WCF Serialization Part 2: Day 7
8/14/2019 3:43:56 AM.
In this article, we create an application, in this application we use a DataContractSerializer to serialize and deserialize data. We also see how we can use SvcUtil.exe
WCF - Difference Between Service Application and Service Library: Day 5
8/14/2019 3:13:39 AM.
This article explains the difference between a Service Application and a Service Library. It also explains where we should use Service Applications and where to use a Service Library.
Insert Data Into SQL Server Database Using WCF Service
5/30/2019 6:43:34 AM.
This article introduces how to insert data into SQL Server using a WCF service from C#.
Video: How to Create WCF Service
1/21/2019 4:57:14 AM.
This video tutorial explains about how you can create step by step WCF Service.
Enable SOAP And REST On Same WCF Service And Contract
12/7/2018 10:17:40 AM.
In this post, we will see both SOAP and REST enabled in same WCF service using same contract. People may think, WCF is an outdated technology after Web API became so popular. But I feel, we can still
Consume WCF Services In Xamarin Android App
10/18/2018 6:03:12 AM.
In this article, you will learn how to consume WCF Services in Xamarin Android app.
Service Contract in WCF
9/4/2018 5:14:58 AM.
This article explains Service Contracts in WCF. The Service Contract and the Operation Contract attributes are the foremost attributes to make the service method as accessible to the outside world.
Data Contracts In WCF
9/4/2018 2:24:01 AM.
This article explains Data Contracts In WCF. Data Contract is an agreement between the client and server about the structure of data being exchanged.
WCF Service using ASP.NET and Client Script
8/29/2018 12:55:46 AM.
In this article, we will see how to develop a WCF Service using ASP.NET and Client Script.
Proxy Design Pattern Using C#
6/27/2017 7:02:45 AM.
This article explains the Proxy Design Pattern. Proxy Design Pattern acts as a representation of an object and will basically be the access point to use the original object.
Remove the Anonymous Authentication Exception in WCF
6/26/2017 6:50:10 AM.
This article explains how to remove the Anonymous Authentication exception that occurs at the time of a WCF service (3.5 Framework) hosting on IIS.
Duplexing in Silverlight
6/26/2017 2:11:14 AM.
The process of duplexing in Silverlight. In this article, I will explain how to create a duplex WCF service that can communicate with a Silverlight client.
Simple WCF Service in C#
6/21/2017 3:21:57 AM.
This article describes simple WCF Services in C#. The leading approach to building connected applications is service orientation. No doubt, you have heard of the Service-Oriented Architecture (SOA), b
Introduction to WCF Services
6/20/2017 8:10:41 AM.
This article explains the basics of WCF services. WCF is used to communicate with cross-platform applications and to develop network distributed applications.
Accessing Microsoft Dynamics CRM Web APIs Using Self-Hosted WCF Services
2/8/2017 11:11:39 PM.
This article will walk you through the below sample code to access CRM Web APIs via self-hosted WCF services.
WCF Basics
2/5/2017 12:29:28 PM.
This article is about how to create and consume WCF Service
netTcpBinding In WCF Service With IIS Hosting
1/12/2017 11:14:07 AM.
In this article, you will learn about netTcpBinding in WCF Service with IIS hosting.
WCF Service With JWT Token
12/22/2016 10:58:33 AM.
In this article, you will learn about WCF Service with JWT Token.
Hosting WCF Service On IIS
12/20/2016 10:07:49 AM.
In this article, you will learn how to host WCF Service on IIS.
Create Simple WCF Service And Host It On Console Application
12/18/2016 11:11:29 PM.
In this article, you will learn how to create a simple WCF service and host it on console application.
WCF Service Failover
10/21/2016 5:47:06 PM.
In this article, you will learn about WCF Service Failover.
Create And Read Operations Using ASP.NET WCF Services
8/22/2016 11:40:21 PM.
In this article, we will create a WCF Service, which will insert the data into the database and retrieve the data from the database. Further, we will consume this Service in ASP.NET Web Application an