Backbone.js、ASP.NET、WCF 服务、JSON

发布于 2024-12-12 08:00:41 字数 198 浏览 0 评论 0原文

我即将在 Asp.Net 3.5 上创建一个小型 Web 应用程序。 我想这次也许我应该尝试使用 Backbone.js.. 它实用/易于实施吗? 我刚刚花了一整天的时间尝试设置 WCF 服务来返回 Json,但没有得到积极的结果。 我很想听听已经使用过 Backbone.js 和 Asp.Net 的人提供的最佳实施路径。 另外,我很想听到易于与 Asp.Net 集成的替代方案。

I'm about to create a small web app on Asp.Net 3.5.
Thought this time maybe I should try using Backbone.js..
Is it practical/easy to implement?
I've just spent the whole day trying to set up a WCF Service to return Json without positive results.
I would love to hear the best path for implementation from someone who has already used Backbone.js with Asp.Net.
Alternatively I would love to hear of alternatives that are easy to integrate with Asp.Net.

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

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

发布评论

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

评论(2

久而酒知 2024-12-19 08:00:41

我刚刚花了一整天的时间尝试设置 WCF 服务以返回
Json 没有正面结果。

看看本教程,简短明了。

我想这次也许我应该尝试使用 Backbone.js.. 是吗?
实用/易于实施?

嗯...像往常一样,这基本上取决于你想做什么。如果您想在客户端代码中实现 MVC 模式,Backbone 可以为您提供帮助,但它需要一些时间来了解 API,因此如果您目前的目标只是使用 Javascript 创建和使用 WCF 服务,您可以考虑使用 jQuery 或 MooTools,然后根据需要切换到 Backbone。

聚苯乙烯
此处在这里您会找到两个快速入门骨干教程。

I've just spent the whole day trying to set up a WCF Service to return
Json without positive results.

Take a look at this tutorial, is short and straight to the point.

Thought this time maybe I should try using Backbone.js.. Is it
practical/easy to implement?

Well... as usual, it basically depend on what you want to do. Backbone can help you if you want to implement the MVC pattern in your client-side code, but it requires some time to get into the APIs so if your goal for the moment is just to create and consume a WCF service using Javascript you could consider using jQuery or MooTools and then switch to Backbone if you need.

PS
Here and here you'll find two quickstart backbone tutorials.

内心旳酸楚 2024-12-19 08:00:41

使用 WCF REST 入门工具包中的 REST 单例服务模板项目模板可让支持 JSON 的 WCF 快速启动并运行。

Use the REST Singleton Service template in the WCF REST Starter Kit Project Templates to get WCF with JSON support up and running quickly.

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