Book Image

WCF Multi-layer Services Development with Entity Framework - Fourth Edition

By : Mike Liu
Book Image

WCF Multi-layer Services Development with Entity Framework - Fourth Edition

By: Mike Liu

Overview of this book

Table of Contents (20 chapters)
WCF Multi-layer Services Development with Entity Framework Fourth Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
2
Hosting the HelloWorld WCF Service
Index

Summary


In this chapter, we changed the WCF service to be RESTful. We changed the definitions of the service, changed the configuration file of the service, and we tested this service with two Windows app clients. We also learned how to consume a RESTful WCF service with C#/XAML, jQuery, and WinJS.

In the next chapter, we will learn how to secure a WCF service.