October 2010
Intermediate to advanced
1920 pages
73h 55m
English
• Overview of WCF Data Services
• Using Data Services with a Service Reference
• Using Data Services with a Data Context
• Summary
Throughout this section of the book, we covered a wide variety of ways to get data to and from your web forms. In a standard n-tier model, the web application would talk to a middle tier containing business logic, which would in turn talk to a data tier responsible for communicating with the database.
Although this is a perfectly adequate model, to handle the scalability and performance demands of modern distributed applications, we need something a bit more flexible. In large organizations we might have dozens of services exposed by multiple departments ...