user918846
user918846

Reputation: 11

Ruby libary to DLL file for use it with C# asp.net

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

Upvotes: 1

Views: 667

Answers (1)

Yahia
Yahia

Reputation: 70369

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

Upvotes: 1

Related Questions