Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Top 5 Articles of Year 2013 on WCF Tutorials

0.00/5 (No votes)
5 Jan 2014 1  
Top 5 articles on WCF tutorials in 2013

This articles was originally at wiki.asp.net but has now been given a new home on CodeProject. Editing rights for this article has been set at Bronze or above, so please go in and edit and update this article to keep it fresh and relevant.

With the start of a brand new year 2014, I would like to wish a very happy new year to everyone and wishes that the following year gets filled with more successful personal and work achievements.
I would like to share some experiences of this WCF tutorial blog in the previous year with all my readers. Here are the top viewed articles in year 2013.

Creating WCF RESTful Service by Example

This article explains the creation of WCF RESTful service in 5 simple steps. Each step is explained in detail with screenshots and code snippets to finally come up with a working solution. This article is best suited for beginners and medium level developers to understand and create their first RESTful service. The complete service and behavior configuration is also provided. Click here to follow WCF RESTful service tutorial.

Understanding Instance Management in WCF

This tutorial gives a detailed understanding of instance management in WCF. The following three ways of WCF Instance Management are explained with diagrams:

  • PerCall
  • PerSession
  • Singleton

Also, code example of each way of instantiation is available here.

Consuming RESTful Service using jQuery

Making calls for a RESTful service using jQuery is simple as well as powerful. When we think about consuming a RESTful service and then rendering received XML/JSON data in a web application, jQuery automatically becomes a good option. This article explains the complete process for making a call to RESTful service here.

WCF Vs Web Service

This WCF article explains the difference between WCF and ASMX web service. ASMX web service is basically designed to send and receive SOAP-based messages over HTTP only. On the other hand, WCF can exchange messages using any format (SOAP as default) over any transport protocol, i.e., HTTP, TCP/IP, NamedPipes, MSMQ, etc. Please follow here.

Top 10 Interview Questions with Answers

In this article, the top 10 WCF interview questions with descriptive answers are given. These are the most frequently asked questions on a WCF developer interview. The following important concepts regarding WCF are discussed here in this tutorial:

  • Bindings
  • Endpoints
  • WCF Hosting Options
  • Message Exchange Patterns (MEPs)
  • DataContractSerializer
  • WCF Instance Modes
  • Security in WCF

Finally, I would like to thank all readers of my blog for their appreciation and feedback in the previous year.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here