上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 157 下一页

2017年6月2日

WCF Data Services 5.0 for OData V3

摘要: https://www.microsoft.com/en-us/download/details.aspx?id=29306 VS 2010 下 安装 WCF Data Services 5.0 enables creation and consumption of data services fo 阅读全文

posted @ 2017-06-02 11:15 freeliver54 阅读(313) 评论(0) 推荐(0)

2017年6月1日

[转]OData的初步认识 OData v4 Client Code Generator

摘要: 本文转自:http://www.cnblogs.com/1zhk/p/5356053.html What – OData是什么? OData - Open Data Protocol,是一个设计和使用RESTful API的标准。REST本身只是一个构建web服务的思想和理念,其没有规定一个统一的标 阅读全文

posted @ 2017-06-01 14:05 freeliver54 阅读(1732) 评论(1) 推荐(1)

2017年5月31日

[转]OData – the best way to REST–实例讲解ASP.NET WebAPI OData (V4) Service & Client

摘要: 本文转自:http://www.cnblogs.com/bluedoctor/p/4384659.html 一、概念介绍 1.1,什么是OData? 还是看OData官网的简单说明: An open protocol to allow the creation and consumption of 阅读全文

posted @ 2017-05-31 18:04 freeliver54 阅读(506) 评论(0) 推荐(0)

[转]Calling an OData Service From a .NET Client (C#)

摘要: 本文转自:https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata-v3/calling-an-odata-service-from-a-net-client by M 阅读全文

posted @ 2017-05-31 17:28 freeliver54 阅读(385) 评论(0) 推荐(0)

[转]Upgrading to Async with Entity Framework, MVC, OData AsyncEntitySetController, Kendo UI, Glimpse & Generic Unit of Work Repository Framework v2.0

摘要: 本文转自:http://www.tuicool.com/articles/BBVr6z Thanks to everyone for allowing us to give back to the .NET community, we released v1.0 of the Generic Uni 阅读全文

posted @ 2017-05-31 15:56 freeliver54 阅读(453) 评论(0) 推荐(0)

[转]ASP.NET web API 2 OData enhancements

摘要: 本文转自:https://www.pluralsight.com/blog/tutorials/asp-net-web-api-2-odata-enhancements Along with the release of Visual Studio 2013 came a new release o 阅读全文

posted @ 2017-05-31 15:48 freeliver54 阅读(231) 评论(0) 推荐(0)

[转]Web Api系列教程第2季(OData篇)(二)——使用Web Api创建只读的OData服务

摘要: 本文转自:http://www.cnblogs.com/fzrain/p/3923727.html 前言 很久没更新了,之前有很多事情,所以拖了很久,非常抱歉。好了,废话不多说,下面开始正题。本篇仍然使用上一季的的项目背景(系列地址http://www.cnblogs.com/fzrain/p/34 阅读全文

posted @ 2017-05-31 15:46 freeliver54 阅读(357) 评论(0) 推荐(0)

[转]Creating an OData v3 Endpoint with Web API 2

摘要: 本文转自:https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata-v3/creating-an-odata-endpoint by Mike Wasson+ Down 阅读全文

posted @ 2017-05-31 14:10 freeliver54 阅读(910) 评论(1) 推荐(0)

[转]Getting started with ASP.NET Web API OData in 3 simple steps

摘要: 本文转自:https://blogs.msdn.microsoft.com/webdev/2013/01/29/getting-started-with-asp-net-web-api-odata-in-3-simple-steps/ With the upcoming ASP.NET 2012.2 阅读全文

posted @ 2017-05-31 13:50 freeliver54 阅读(200) 评论(0) 推荐(0)

[转]使用ASP.NET Web API 2创建OData v4 终结点

摘要: 本文转自:http://www.cnblogs.com/farb/p/ODataAspNetWebAPI.html 开放数据协议(Open Data Protocol【简称OData】)是用于Web的数据访问协议。OData提供了一种对数据集进行CRUD操作(Create,Read,Update,D 阅读全文

posted @ 2017-05-31 10:41 freeliver54 阅读(321) 评论(2) 推荐(0)

[转]ASP.NET Web API基于OData的增删改查,以及处理实体间关系

摘要: 本文转自:http://www.cnblogs.com/darrenji/p/4926334.html 本篇体验实现ASP.NET Web API基于OData的增删改查,以及处理实体间的关系。 首先是比较典型的一对多关系,Supplier和Product。 Product有一个针对Supplier 阅读全文

posted @ 2017-05-31 10:05 freeliver54 阅读(512) 评论(1) 推荐(0)

2017年5月27日

[转]Using $select, $expand, and $value in ASP.NET Web API 2 OData

摘要: 本文转自:https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/using-select-expand-and-value by Mike Wasson+ Web API 2 阅读全文

posted @ 2017-05-27 17:57 freeliver54 阅读(445) 评论(0) 推荐(0)

[转]让ASP.NET Web API支持$format参数的方法

摘要: 本文转自:http://www.cnblogs.com/liuzhendong/p/4228592.html 在不使用OData的情况下,也可以让ASP.NET Web API支持$format参数,只要在WebApiConfig里添加如下三行红色粗体代码即可: using System; usin 阅读全文

posted @ 2017-05-27 17:29 freeliver54 阅读(252) 评论(0) 推荐(0)

[转]vs2012 + web api + OData + EF + MYsql 开发及部署

摘要: 本文转自:http://www.cnblogs.com/liumang/p/4403436.html 先说下我的情况,b/s开发这块已经很久没有搞了,什么web api 、MVC、OData都只是听过,没有实际开发过,因为最近要开发一个手机app的服务端,所以准备用这套框架来开发。 下面开始进入正题 阅读全文

posted @ 2017-05-27 16:29 freeliver54 阅读(475) 评论(0) 推荐(0)

[转]How to Use Web API OData to Build an OData V4 Service without Entity Framework

摘要: 本文转自:http://www.odata.org/blog/how-to-use-web-api-odata-to-build-an-odata-v4-service-without-entity-framework/ Mar 12, 2015 • Qian Li There are quite 阅读全文

posted @ 2017-05-27 15:59 freeliver54 阅读(363) 评论(0) 推荐(0)

[转]Consuming a OData Service in a Client Application (WCF Data Services)

摘要: 本文转自:https://msdn.microsoft.com/zh-tw/library/dd728282(v=vs.103).aspx WCF Data Services 5.0 其他版本 WCF Data Services 5.0 其他版本 其他版本 其他版本 You can access a 阅读全文

posted @ 2017-05-27 14:59 freeliver54 阅读(218) 评论(1) 推荐(0)

[转]Using OData from ASP.NET

摘要: 本文转自:http://www.drdobbs.com/windows/using-odata-from-aspnet/240168672 By Gastón Hillar, July 01, 2014 Post a Comment Take advantage of your knowledge 阅读全文

posted @ 2017-05-27 14:31 freeliver54 阅读(296) 评论(1) 推荐(0)

[转]Supporting OData Query Options in ASP.NET Web API 2

摘要: 本文转自:https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/supporting-odata-query-options by Mike Wasson OData defi 阅读全文

posted @ 2017-05-27 13:57 freeliver54 阅读(345) 评论(0) 推荐(0)

[转]OData/WebApi

摘要: 本文转自:https://github.com/OData/WebApi/tree/vNext OData Web API Introduction OData Web API (i.e., ASP.NET Web API OData) is a server library built upon  阅读全文

posted @ 2017-05-27 13:47 freeliver54 阅读(246) 评论(0) 推荐(0)

[转]WCF Data Services OData

摘要: http://martinwilley.com/net/data/wcfds.html WCF Data Services About OData Server code Client About OData Server code Client For .net 4.5, this is repl 阅读全文

posted @ 2017-05-27 13:44 freeliver54 阅读(289) 评论(1) 推荐(0)

上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 157 下一页

导航