Chapter 11. Building a RESTful WCF Service

In the previous chapters, we created a 3-layered WCF service, used LINQ to Entities in the data access layer, then turned on distributed transaction support for the service. In this chapter, we will convert this SOAP WCF service to a RESTful WCF service and create two Windows 8 apps to consume this RESTful WCF service.

In this chapter, we will cover the following topics while creating and testing the RESTful WCF service:

  • SOAP versus REST
  • WCF REST versus the ASP.NET Web API
  • Creating the RESTNorthwind solution
  • Creating the RESTful service
  • Defining RESTful service contracts
  • Implementing the RESTful service
  • Modifying the configuration file
  • Testing the RESTful service in a browser
  • Testing the RESTful WCF service with ...

Get WCF Multi-layer Services Development with Entity Framework Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.