Category - WCF
Results 1 - 20 of 23
23 Jan 2018 23 Jan 2018 0 Comments  15725 Views
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) REST WCF Service (SVC) in Console Application using C# and VB.Net.

This Rest WCF Service (SVC) will be called in Console Application using WebClient class in C# and VB.Net.
22 Jan 2018 22 Jan 2018 0 Comments  27940 Views
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) REST WCF Service (SVC) using HttpClient class in ASP.Net with C# and VB.Net.

This article will illustrate how to send and receive JSON data by doing HTTP POST to a JSON REST WCF Service (SVC) using HttpClient class in ASP.Net with C# and VB.Net.
21 Jun 2017 21 Jun 2017 0 Comments  16360 Views
Here Mudassar Ahmed Khan has explained with an example, how to use Connection String from Web.Config file in ASP.Net WCF Service using C# and VB.Net by reading the value of the Connection String from the ConnectionStrings section of the Web.Config.

In ASP.Net WCF Service project, one has to reference the System.Configuration Assembly in order to read Connection String value from the Web.Config file.
16 Jun 2017 16 Jun 2017 0 Comments  16033 Views
ASP.Net  AJAX  jQuery  WCF
Here Mudassar Ahmed Khan has explained with an example, how to post JSON data to REST WCF Service (SVC) using jQuery AJAX in ASP.Net using C# and VB.Net.
This article also explains how to modify the WCF Service (SVC) configuration in order to make it accessible for posting JSON data using via jQuery AJAX.
14 Jun 2017 14 Jun 2017 0 Comments  15864 Views
ASP.Net  AJAX  WCF  JSON  AngularJS
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) REST WCF Service (SVC) using AngularJS in ASP.Net with C# and VB.Net.
This article also explains how to modify the WCF Service (SVC) configuration in order to make it accessible via AngularJS and AJAX in ASP.Net.
13 Jun 2017 13 Jun 2017 1 Comments  28764 Views
ASP.Net  WCF  JSON
Here Mudassar Ahmed Khan has explained with an example, how to perform HTTP POST operation to REST WCF Service (SVC) in ASP.Net with C# and VB.Net.
This article will illustrate how to send and receive JSON data by doing HTTP POST to a JSON REST WCF Service (SVC) using WebClient class and HttpWebRequest class in ASP.Net with C# and VB.Net.
12 Jun 2017 12 Jun 2017 0 Comments  28990 Views
ASP.Net  WCF  JSON
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) REST WCF Service (SVC) using HttpWebRequest class in ASP.Net with C# and VB.Net.
This article will illustrate how to send and receive JSON data by doing HTTP POST to a JSON REST WCF Service (SVC) using HttpWebRequest class in ASP.Net with C# and VB.Net.
12 Jun 2017 12 Jun 2017 0 Comments  19362 Views
ASP.Net  WCF  JSON
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) REST WCF Service (SVC) using WebClient class in ASP.Net with C# and VB.Net.
This article will illustrate how to send and receive JSON data by doing HTTP POST to a JSON REST WCF Service (SVC) using WebClient class in ASP.Net with C# and VB.Net.
10 Jun 2017 10 Jun 2017 0 Comments  14758 Views
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) WCF Service (SVC) using AJAX, jQuery and JSON in ASP.Net using C# and VB.Net.

This article also explains how to modify the WCF Service (SVC) configuration in order to make it accessible via jQuery and AJAX.
10 Jun 2017 10 Jun 2017 0 Comments  6980 Views
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) WCF Service (SVC) without using Proxy in ASP.Net using C# and VB.Net.

The WCF Service (SVC) can be called (consumed) without using Proxy by making use of the ChannelFactory class in ASP.Net.
09 Jun 2017 09 Jun 2017 0 Comments  17414 Views
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) WCF Service (SVC) without adding Service Reference in ASP.Net using C# and VB.Net.
The WCF Service (SVC) can be called (consumed) without adding Service Reference by making use of the ChannelFactory class in ASP.Net.
08 Jun 2017 08 Jun 2017 0 Comments  58033 Views
Here Mudassar Ahmed Khan has explained a tutorial with example on how to create a simple WCF JSON Rest Service Tutorial with example in C# and VB.Net.

This article will also illustrate how to call the WCF REST JSON Service using jQuery AJAX in ASP.Net Web Application using C# and VB.Net.
08 Jun 2017 08 Jun 2017 0 Comments  18922 Views
Here Mudassar Ahmed Khan has explained with an example, how to return DataTable from WCF Service (SVC) in ASP.Net using C# and VB.Net.

The WCF Service will return a DataTable which will be later used to populate a GridView control in ASP.Net using C# and VB.Net.
07 Jun 2017 07 Jun 2017 1 Comments  51077 Views
Here Mudassar Ahmed Khan has explained a simple tutorial with example on how to step by step create a WCF Service (SVC), add its reference and then consume it in an ASP.Net Web Application using C# and VB.Net.
07 Jun 2017 07 Jun 2017 0 Comments  14605 Views
Here Mudassar Ahmed Khan has explained with an example, how to add reference of WCF Service (SVC) in ASP.Net Web Application using C# and VB.Net.

This article will illustrate how to add reference of WCF Service and then use it to populate GridView or in other words bind data to GridView using WCF Service in ASP.Net using C# and VB.Net.
07 Jun 2017 07 Jun 2017 0 Comments  34222 Views
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) WCF Service (SVC) in ASP.Net Web Application using C# and VB.Net.
This article will illustrate how to populate GridView using WCF service or in other words bind data to GridView using WCF Service in ASP.Net using C# and VB.Net.
23 Jun 2015 23 Jun 2015 3 Comments  43795 Views
Here Mudassar Ahmed Khan has explained how to solve the following error in ASP.Net WCF Service when aspNetCompatibilityEnabled attribute is set to true in Web.Config file.
The service cannot be activated because it does not support ASP.NET compatibility. ASP.NET compatibility is enabled for this application. Turn off ASP.NET compatibility mode in the Web.Config or add the AspNetCompatibilityRequirements attribute to the service type with RequirementsMode setting as 'Allowed' or 'Required'.
23 Jun 2015 23 Jun 2015 0 Comments  21286 Views
Here Mudassar Ahmed Khan has explained how to access and use HttpContext.Current in WCF Service in ASP.Net using C# and VB.Net.
When HttpContext.Current is used in a WCF Service in ASP.Net, the value of HttpContext.Current is always NULL.
28 May 2015 28 May 2015 2 Comments  53517 Views
Here Mudassar Ahmed Khan has explained how to perform Select, Insert, Edit, Update and Delete operations using a WCF Service and OperationContract methods in ASP.Net.
In order to illustrate, I’ll be using a GridView in which I will perform Insert, Edit, Update and Delete operations using a WCF Service in ASP.Net, C# and VB.Net.
11 Oct 2014 11 Oct 2014 1 Comments  34426 Views
Here Mudassar Ahmed Khan has explained how to populate GridView using WCF service or in other words bind data to GridView using WCF Service in ASP.Net using C# and VB.Net.
Results 1 - 20 of 23