- OData Programming Cookbook for .NET Developers
- Steven Cheng
- 187字
- 2021-08-13 18:19:27
Preface
OData (Open Data Protocol) is a web protocol for querying and updating data, which can be freely incorporated in various kind of data access applications. OData makes it quite simple and flexible to use by applying and building upon existing well-defined technologies such as HTTP, XML, AtomPub, and JSON.
WCF Data Services (formerly known as ADO.NET Data Services) is a well-encapsulated component for creating OData services based on the Microsoft .NET Framework platform. It also provides a client library with which you can easily build client applications that consume OData services. In addition to WCF Data Services, there are many other components or libraries, which make OData completely available to the non-.NET or even non-Microsoft world.
This book provides a collection of recipes that help .NET developers to become familiar with OData programming in a quick and efficient way. The recipes have covered most OData features from the former ADO.NET Data Services to the current WCF Data Services platform. In addition, all the sample cases here are based on real-world scenarios and issues that .NET developers might come across when programming with OData in application development.
- Learning Neo4j
- Learning LibGDX Game Development(Second Edition)
- HTML5+CSS3網站設計基礎教程
- Python3.5從零開始學
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- 編程可以很簡單
- UI設計基礎培訓教程(全彩版)
- Python Deep Learning
- PHP動態網站開發實踐教程
- 跟小樓老師學用Axure RP 9:玩轉產品原型設計
- 三步學Python
- Test-Driven Java Development(Second Edition)
- Neo4j High Performance
- Oracle 11g寶典
- 深入理解Android:WebKit卷