It is more than a common scenario that our apps(be it mobile apps or web apps) are backed by a service. These services are often RESTful these days as the benefits and flexibility of REST in undeniable. But its more than often that I see these services that are being written for consumption from the apps tend to have the endpoints exposed as per client app requirements. Continue reading
odata
A Beginner’s Tutorial for Creating WCF Data Services
In this article we will see how we can use WCF data services to create ODATA
complaint RESTful services. We will see how we can use visual studio provided template to create the WCF data services, how we can use them using ODATA
protocol and how to consume them from a .Net client application. Continue reading