Ruby 库到 DLL 文件,以便与 C# asp.net 一起使用
我想使用这个 Ruby 代码 https://github.com/weppos/freeagent
并将其转换为 Dll 文件或任何允许我在 C# 中使用它的文件,
任何人都可以帮助我将其转换为 Dll 或 EXE
提前致谢
i want to use this Ruby code https://github.com/weppos/freeagent
and convert it to Dll file or to any thing that allow my to use it in C#
any one can help me to convert it to Dll or EXE
Thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定这是个好主意 - 但如果您确实需要使用 .NET 中的 Ruby 代码,请查看以下内容:
这些描述了实现您要求的可能方法......
但是自从 API 基于 REST-/XML 我建议用 C# 实现它 - 这样你有关于更新/修改等的所有选项,我肯定会怀疑更好的性能......
Not sure that this is a good idea - but if you really need to use this Ruby code from .NET then check these out:
these describe possible ways to achieve what you ask...
But since the API is REST-/XML-based I would recommend implementing it in C# - this way you have all options regarding updates/modifications etc. and I would definitely suspect even better performance...