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

Why extend WCF services?


There are many reasons why you might need to extend a WCF service, such as the following:

  • Message validation

  • Parameter validation

  • Message logging

  • Message transformations

  • Custom serialization formats

  • Custom deserialization formats

  • Output caching

  • Object pooling

  • Error handling

  • Authorization

  • Authentication

  • Monitoring/auditing

  • Service usage analysis/metrology