- OData Programming Cookbook for .NET Developers
- Steven Cheng
- 146字
- 2021-08-13 18:19:28
Introduction
Open Data Protocol (OData) is a web protocol for querying and updating data, which can be freely incorporated in various kinds of data access applications. OData makes itself quite simple and flexible to use by applying and building upon existing well-defined technologies, such as HTTP, XML, AtomPub, and JSON.
WCF Data Service is the main component for building OData service on .NET Framework platform. WCF Data Service supports exposing various data source models such as ADO.NET Entity Framework, LINQ to SQL, and CLR Objects through OData service endpoints. Also, we're not limited to these existing data models, we can build our own custom Data Service Provider or convert other services (such as WCF RIA service) to OData service. In this chapter, we will demonstrate several cases of using WCF Data Service to build OData services that can deal with different kinds of data source models.
- 案例式C語言程序設計
- 數據庫原理及應用(Access版)第3版
- ReSharper Essentials
- Microsoft Application Virtualization Cookbook
- 編程卓越之道(卷3):軟件工程化
- Web Application Development with R Using Shiny(Second Edition)
- EPLAN實戰設計
- Learning ELK Stack
- Serverless架構
- 單片機應用與調試項目教程(C語言版)
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Python之光:Python編程入門與實戰
- Windows內核編程
- 微信小程序全棧開發技術與實戰(微課版)
- Processing創意編程指南