Category Archives: WCF

Best Educational Courses for WCF

Windows communication foundation (WCF) is used for the creation of service-oriented applications. WCF provides secure business transactions, data, and monitoring service. It is very crucial for the exchange of data in real time between two communication points. The main features of WCF include service orientation, interoperability, service metadata, multiple message patterns, data contracts, security, multiple […]

Category: WCF

7 Tip to Post JSON data to WCF RESTful Service using jQuery

When it comes to web development, you need to be sure you have picked the right program to develop the web, application or the software. There are hundreds of things that can go wrong. From the code to the arrangement of the functions and other related tasks; all must be done with detailed care. The […]

CRUD Operations using WCF RESTful Service – Part 1

REST (Representational State Transfer) is basically an architectural style that is based on the same principles as that of “Web”. In this WCF Service tutorial we are going to see these web principles in action. We will be using standard HTTP verbs for CRUD (Create, Retrieve, Update, Delete) operations, HTTP Content-Types etc.In one of my […]

WCF Interview Questions – Part 3

This WCF tutorial is part-3 in series of WCF Interview Questions and Answers. Other parts in this series are as follows: WCF Service Interview Questions – Part 1 WCF Service Interview Questions – Part 2 WCF Service Interview Questions – Part 3 WCF Service Interview Questions – Part 4 WCF Interview Questions List – Part 3 What is a fault contract? A user […]