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,894
  • 13
  • 106
  • 174
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
  • 69,653
  • 9
  • 115
  • 144