将 OData(服务器端)与 Mono 结合使用

发布于 2024-12-06 17:55:31 字数 106 浏览 0 评论 0原文

我们有纯 OData 服务(.Net 4,托管在 IIS 中),运行良好。我们想在 Linux 上部署此服务。

是否可以将 OData 与 Mono 一起使用?有人有过这样的经历吗?

We have pure OData service (.Net 4, hosted in IIS) which works fine. We want to deploy this service on Linux.

Is it possible to use OData with Mono? Have anyone had such experience?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

心欲静而疯不止 2024-12-13 17:55:31

我也想在我们的项目中使用odata,但我似乎他们不支持odata。
http://www.mono-project.com/WCF_Development 下,您将找到条目“Data服务”。在不支持的

组件下,没有计划支持

  • WorkflowServices。我们没有计划开发 WF3。有基于WF4的
    System.ServiceModel 中的 WCF 内容,这是不同的故事(尽管
    也没有这方面的计划)。
  • RIA 服务。基本上,Silverlight SDK 程序集是
    嵌入到应用程序中,因此我们不必费心。
  • WSHttpBinding 及其依赖项
  • Federation(我不确定它应该做什么。)
  • Silverlight PollingDuplex 绑定元素。
  • WSDualHttpBinding(WSHttpBinding 后工作)
  • MSMQ 堆栈:Msmq 绑定和 MsmqIntegration。
  • 数据服务。
  • 网络对等渠道改进。

I also wanted to use odata for our project, but i seems that they don't support odata.
Under http://www.mono-project.com/WCF_Development you will find the entry "Data Services". under not supported

Components with no plan to support

  • WorkflowServices. we have no plan to work on WF3. There are WF4-based
    WCF stuff in System.ServiceModel, which is in different story (though
    no plan for this either).
  • RIA Services. Basically there are Silverlight SDK assemblies that are
    to be embedded in the app, so we don't have to bother much.
  • WSHttpBinding and its dependencies
  • Federation (I'm not sure what it is supposed to do.)
  • Silverlight PollingDuplex binding element.
  • WSDualHttpBinding (post-WSHttpBinding work)
  • MSMQ stack: Msmq bindings and MsmqIntegration.
  • Data Services.
  • Net peer channel improvements.
樱娆 2024-12-13 17:55:31

您可以在单声道上将 Owin Self Host 与 HttpListener 一起使用。然后在其上托管您的 asp.net web api odata 4 应用程序。就像一个魅力(-:

但是,请注意以下问题:
https://github.com/odata/odata.net/issues/165

You can use Owin Self Host with HttpListener on mono. Then host your asp.net web api odata 4 app on top of that. Works like a charm (-:

But, be careful about following issue:
https://github.com/odata/odata.net/issues/165

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文