- 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.
- SQL Server 2012數(shù)據(jù)庫(kù)技術(shù)及應(yīng)用(微課版·第5版)
- Learning C++ Functional Programming
- Xcode 7 Essentials(Second Edition)
- 編程珠璣(續(xù))
- Unity Virtual Reality Projects
- x86匯編語言:從實(shí)模式到保護(hù)模式(第2版)
- Java網(wǎng)絡(luò)編程核心技術(shù)詳解(視頻微課版)
- 深入剖析Java虛擬機(jī):源碼剖析與實(shí)例詳解(基礎(chǔ)卷)
- 軟件工程基礎(chǔ)與實(shí)訓(xùn)教程
- Mastering SciPy
- RESTful Web API Design with Node.js(Second Edition)
- Zend Framework 2 Cookbook
- 跟小樓老師學(xué)用Axure RP 9:玩轉(zhuǎn)產(chǎn)品原型設(shè)計(jì)
- Apache Kafka 1.0 Cookbook
- Node.js核心技術(shù)教程