内容简介
The recipes in this book are easy to understand and follow as the author discusses real-world scenarios. It is not a comprehensive reference to the whole of OData, but a practical guide that boosts proficiency when working with the various aspects of OData programming. The examples are supported by relevant background information for ease of understanding. If you are a .NET developer and you want to learn how to use OData in real-world data access application development, then this book is for y
AI简介
这是一本面向.NET开发者的实用指南,旨在帮助读者掌握OData编程的各个方面。这本书涵盖了从构建OData服务到在客户端使用OData,以及如何在Web应用程序、移动设备和公共OData生产者中应用OData的丰富内容。书中通过一系列实用的菜谱,展示了如何在实际项目中应用OData,包括添加自定义操作、异步执行查询、构建AJAX风格数据驱动网页、使用Netflix OData在线目录,以及动态解析OData实体集基URI等。
这本书首先介绍了构建OData服务,包括如何使用WCF Data Service和ADO.NET Entity Framework、LINQ to SQL、WCF RIA Service等工具构建OData服务。同时,也介绍了如何通过添加自定义操作、使用拦截器、访问ASP.NET上下文数据等方式,对现有的OData服务进行扩展。
在客户端使用OData方面,书中详细讲解了如何在客户端使用Visual Studio生成强类型OData客户端代理,如何使用WebRequest类、执行异步查询、处理服务器端分页实体集、进行WPF数据绑定等。此外,还介绍了如何在移动