1

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

Sergey K.
  • 24,096
  • 13
  • 100
  • 173
user918846
  • 11
  • 1

1 Answers1

1

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...

Community
  • 1
  • 1
Yahia
  • 68,257
  • 8
  • 107
  • 138