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

2017年5月31日

[转]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 阅读(348) 评论(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 阅读(908) 评论(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 阅读(196) 评论(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 阅读(320) 评论(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 阅读(510) 评论(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 阅读(444) 评论(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 阅读(250) 评论(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 阅读(474) 评论(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 阅读(361) 评论(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 阅读(293) 评论(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 阅读(340) 评论(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 阅读(245) 评论(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 阅读(288) 评论(1) 推荐(0)

[转]Web API Introduction to OData Services using ASP.NET Web API

摘要: 本文转自:http://mahedee.net/tag/web-api/ What is OData? OData Stands for Open Data Protocol. It is a data access protocol for the web. OData provides a un 阅读全文

posted @ 2017-05-27 12:08 freeliver54 阅读(242) 评论(1) 推荐(0)

[转]ASP.NET Web API对OData的支持

摘要: http://www.cnblogs.com/shanyou/archive/2013/06/11/3131583.html 在SOA的世界中,最重要的一个概念就是契约(contract)。在云计算的世界中,有关通信的最重要的概念也是契约。XML具有强大对数据的描述能力,Atom格式和AtomPub 阅读全文

posted @ 2017-05-27 11:39 freeliver54 阅读(262) 评论(0) 推荐(0)

2017年5月26日

[转]Work With Odata in Web API: Create Your First Odata Service

摘要: 本文转自:http://www.c-sharpcorner.com/UploadFile/dacca2/work-with-odata-in-web-api-create-your-first-odata-service/?utm_source=tuicool&utm_medium=referral 阅读全文

posted @ 2017-05-26 17:59 freeliver54 阅读(232) 评论(5) 推荐(0)

[转]如何在 .Net Framework 4.0 项目上使用 OData?

摘要: 本文转自:http://www.cnblogs.com/fiozhao/p/3536469.html 最新的 Microsoft ASP.NET Web API 2.1 OData 5.1.0 已只能在 .Net Framework 4.5 的安装了,如果要在 VS2010的 .Net Framew 阅读全文

posted @ 2017-05-26 15:30 freeliver54 阅读(296) 评论(1) 推荐(0)

[转]Asp.Net Web API 2第十七课——Creating an OData Endpoint in ASP.NET Web API 2(OData终结点)

摘要: 本文转自:http://www.cnblogs.com/aehyok/p/3545824.html 前言 很久没更新博客了,加上刚过年,现在准备重新开战,继续自己的学习之路。本文已同步到Web API2系列文章中http://www.cnblogs.com/aehyok/p/3446289.html 阅读全文

posted @ 2017-05-26 14:35 freeliver54 阅读(183) 评论(2) 推荐(0)

2017年5月25日

[转]使用WCF 4.0 构建 REST Service

摘要: 本文转自:http://www.cnblogs.com/lanvige/archive/2010/12/03/set_up_rest_service_with_wcf_4.html 用过一段时间的Ruby on Rails,感觉它内置的RESTful结构非常的完美,也对.NET WCF 3实现RES 阅读全文

posted @ 2017-05-25 16:12 freeliver54 阅读(279) 评论(1) 推荐(0)

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

导航