博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[转]OData/WebApi
阅读量:4552 次
发布时间:2019-06-08

本文共 822 字,大约阅读时间需要 2 分钟。

本文转自:

 

 

OData Web API

Introduction

OData Web API (i.e., ASP.NET Web API OData) is a server library built upon  and .

Project structure

The master branch has the following libraries, and the packages are availabe from NuGet or MyGet:

  •  (namespace System.Web.OData)
  •  (namespace System.Web.Http.OData)
  •  (namespace )

Building

cd ODatabuild

Testing

Each solution contains some test projects. Install this  first, then open the project, build it and run all the tests in the test explorer. For running tests you must open the solution as Administrator. More detail at .

Nightly builds

  1. In your NuGet Package Manager settings add the following package source:
  1. Package IDs
  • Choose: Include Prerelease
  • OData v4: 
  • OData v3: 

Contribution

Please refer to the .

Samples

Please refer to the .

转载于:https://www.cnblogs.com/freeliver54/p/6912557.html

你可能感兴趣的文章
关于Java中重载的若干问题
查看>>
Java中start和run方法的区别
查看>>
23种设计模式中的命令模式
查看>>
[转载]年薪10w和年薪100w的人,差在哪里?
查看>>
shell 日期参数
查看>>
package的使用
查看>>
括号生成
查看>>
优秀的前端需要做到什么?
查看>>
aws cli command line interface的安装与使用
查看>>
10)将地址换成常量
查看>>
cocos2d-x3.0 解释具体的新的物理引擎setCategoryBitmask()、setContactTestBitmask()、setCollisionBitmask()...
查看>>
Cocos2d-x
查看>>
FIR滤波器设计
查看>>
1005 继续(3n+1)猜想 (25 分)
查看>>
【Uva 1252】Twenty Questions
查看>>
1_访问命令行
查看>>
File操作相关
查看>>
Linux:文本处理工具
查看>>
java,for穷举,经典题目,百鸡百钱
查看>>
mysql提示Column count doesn't match value count at row 1错误
查看>>