WCF Articles (51) - Page 1

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

51 records found.
 
Sheonarayan
11 tips to improve WCF RESTful Services performance 
Last updated on: 18 Apr 2017 07:55:50 AM by Sheonarayan | Views: 15259 | Category: WCF |
Votes: 1 | Rating: 5 out of 5
In this article, we are going to learn most useful 11 tips to improve the performance of WCF RESTful services.
Sourav.Kayal
Create self hosting WCF service 
Last updated on: 13 Oct 2013 02:37:22 PM by Sourav.Kayal | Views: 7211 | Category: WCF |
Votes: 1 | Rating: 4 out of 5
How to host WCF service using Self Hosting
Sourav.Kayal
Send complex data to WCF service 
Last updated on: 12 Oct 2013 01:10:42 AM by Sourav.Kayal | Views: 22623 | Category: WCF |
How to pass complex object to WCF service.
Sourav.Kayal
Create and consume simple WCF service in C#.NET 
Last updated on: 11 Oct 2013 10:17:04 PM by Sourav.Kayal | Views: 63459 | Category: WCF |
Votes: 1 | Rating: 4 out of 5
How to create and consume simple WCF service in C#.NET
Rama Sagar
How to create WCF Restful Services 
Last updated on: 07 Oct 2013 02:19:37 PM by Rama Sagar | Views: 9717 | Category: WCF |
Votes: 1 | Rating: 4 out of 5
REST stands for Representational state transfer which works on HTTP protocols. ASP.net,JAVA,j Query who can communicate with HTTP protocols can consume with WCF REST services. REST is stateless, session-less and resource based architecture which gives easy access to wcf service and reduce message size.
Rama Sagar
Implement of Fault Contract in WCF 
Last updated on: 06 Oct 2013 12:16:36 PM by Rama Sagar | Views: 8108 | Category: WCF |
Fault Contracts are used to communicate error information from a service to client.They help us to define the errors to be expected from particular service,which we can catch and manage conditions depending on the type of fault.
Rama Sagar
How to Implement Message Contracts 
Last updated on: 16 Sep 2013 10:29:46 AM by Rama Sagar | Views: 11226 | Category: WCF |
Votes: 3 | Rating: 4.33 out of 5
This Article explains you to how to use Message Contracts in Windows communication Foundation...
  • Prabhat39
    Exposing WCF REST and SOAP Service over HTTPS 
    Last updated on: 19 Jun 2013 07:25:10 AM by Prabhat39 | Views: 9712 | Category: WCF |
    Expose WCF service through HTTPS for SOAP and REST
    Saratvaddilli
    Lets Learn WCF from Scratch Part - 1 
    Last updated on: 07 Dec 2012 07:20:54 AM by Saratvaddilli | Views: 12193 | Category: WCF |
    WCF stands for Windows Communication Foundation, is the latest technology that enables communication between applications in the distributed environment. Lets learn how to create , host , consume a WCF service in a series of articles
    Madhu.B.Rokkam
    Upload a file using ASP.Net file upload control and WCF 
    Last updated on: 21 Oct 2012 11:12:32 AM by Madhu.B.Rokkam | Views: 76177 | Category: WCF |
    Votes: 2 | Rating: 5 out of 5
    I came across a question last week on how we can upload a file using a WCF service, So thought of solving through an example.
    Niladri.Biswas
    A basic introduction to creation of CRUD operation using OData Web Service via WCF Data Services 
    Last updated on: 14 Jun 2012 02:39:18 AM by Niladri.Biswas | Views: 26255 | Category: WCF |
    Votes: 1 | Rating: 5 out of 5
    In this article we will have a basic introduction to creation of CRUD operation using OData Web Service via WCF Data Services
    Pavan_Kumar
    ABC of WCF 
    Last updated on: 23 Mar 2012 03:14:43 PM by Pavan_Kumar | Views: 20621 | Category: WCF |
    Votes: 4 | Rating: 4 out of 5
    In this article we will revisit the ABCs of WCF and see some practical scenario.
    Hiremath
    Basic Concepts of WCF Service With simple Example. 
    Last updated on: 01 Jun 2011 06:36:53 AM by Hiremath | Views: 194816 | Category: WCF |
    Votes: 7 | Rating: 4.57 out of 5
    Hi friends, In this Article u r going to learn basic concepts of Windows communication Foundation with a Simple example of web application calculator.
    Madhu.b.rokkam
    Duplex Contract in WCF and how to implement it? 
    Last updated on: 20 Feb 2011 07:40:33 AM by Madhu.b.rokkam | Views: 40013 | Category: WCF |
    The article explains on how to implement Duplex contract in WCF.
    Madhu.b.rokkam
    Testing WCF Service is very easy. Read this article 
    Last updated on: 13 Feb 2011 06:22:28 AM by Madhu.b.rokkam | Views: 28010 | Category: WCF |
    Votes: 1 | Rating: 3 out of 5
    MS has provided many tools which developers usually tend to forget or didn't get a chance to use them. This article is to let all our developers to use one such tool.