In this article, you will learn how to implement exception handling in WCF using fault contract. What is Fault Exception in WCF and why do we use it? Previously I have explained Create WCF REST Service in C#, How to Consume WCF REST Service in C#. Fault Exception in WCF The fault exception is used to pass […]
How to Consume WCF REST Service in C#
In this blog post, you will learn how to consume the WCF REST service in the C# ASP.Net web application. Previously I have explained how to create WCF REST Service in C# and Exception Handling in WCF using Fault Contract. You can follow the below steps to calling WCF rest service:- First of all, you […]
Create WCF REST Service in C#
In this article, you will learn how to create a WCF Rest service in C# ASP.Net step-by-step with an example. REST stands for Representational state transfer which is a technique to communicate on cross-platform application and exchange the data in JSON & XML format. Keep reading on How to create Web API in ASP.NET C#, Consume WCF […]