- 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.
- Vue.js 2 and Bootstrap 4 Web Development
- Web Development with Django Cookbook
- Visual Basic程序設(shè)計實驗指導(dǎo)(第4版)
- SQL Server從入門到精通(第3版)
- Java實戰(zhàn)(第2版)
- PHP編程基礎(chǔ)與實踐教程
- MINECRAFT編程:使用Python語言玩轉(zhuǎn)我的世界
- 代替VBA!用Python輕松實現(xiàn)Excel編程
- JSP程序設(shè)計與案例實戰(zhàn)(慕課版)
- 零基礎(chǔ)學(xué)C++(升級版)
- 會當(dāng)凌絕頂:Java開發(fā)修行實錄
- Python硬件編程實戰(zhàn)
- Python預(yù)測之美:數(shù)據(jù)分析與算法實戰(zhàn)(雙色)
- Learning Kotlin by building Android Applications
- 新手學(xué)Visual C