生产质量的 OpenSocial .NET 库?
我正在寻找生产质量的 OpenSocial/Shindig .NET 库,包括容器和客户端。
我只找到了 Baadal (以及 CodePlex 上的死项目)。 你们都用什么?
I'm looking for production quality OpenSocial/Shindig .NET library, both Container and Client.
I only found Baadal (and a dead project on CodePlex). What are you guys using?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
作为客户端库,您可以使用 http://code.google.com/p/ opensocial-net-client/
As client library, you can use http://code.google.com/p/opensocial-net-client/
您可以尝试 http://code.google.com/p/pesta/ 和 < a href="http://www.codeplex.com/raya" rel="nofollow noreferrer">http://www.codeplex.com/raya。
You can try http://code.google.com/p/pesta/ and http://www.codeplex.com/raya.
Myspace 刚刚开源了他们的 OpenSocial 小工具解析器和渲染器,并将添加完整的 opensocial 容器实现。
http://code.google.com/p/negroni/
Myspace just open sourced their OpenSocial gadget parser and renderer and will be adding a full opensocial container implementation.
http://code.google.com/p/negroni/
几个月前,我开始致力于在 .NET 上实现 opensocial 规范。 我认为在 .NET 上实现 opensocial 容器会很有用,它可以通过 nuget 包轻松集成到现有的 ASP.NET (MVC) 站点中。 现在还远未完成,但我有一些结果,如果有兴趣,您可以在这里查看:
包 - 只需创建新的 ASP.NET MVC 3 站点并尝试安装它
Several months ago I started working on implementation of opensocial specification on .NET. I think it will be useful to implement opensocial container on .NET which can be easily integrated in existing ASP.NET (MVC) site via nuget package. Right now it's far from being finished, but I have some results which you can check here if interested:
package - just create new ASP.NET MVC 3 site and try to install it