Blogs related to REST Services

WCF REST Service to get or post JSON data and retrieve JSON data with DataContract
In this article I will talk about creating WCF RESTful services for CRUD operations that uses JSON and DataContracts. CRUD operations are done by http verbs GET, POST, PUT, and DELETE.

How to create WCF RESTful service
This article describes step by step creation of WCF RESTful services and its HTTP methods like GET, PUT, DELETE, and POST. In this article, I am going to create a WCF rest service API which returns XML data as WCF attributes

Microservice Architecture Pattern for Architects
This blogpost explains about advantages, disadvantages, internal service communication, SOA vs MSA, Prerequisites, and other aspects of Microservice Architecture that are required to define architecture your application with Microservices.