How to interop with .NET in Xojo

Hi Folks,

I’m going to be working on a rather large app for Windows and will be using Xojo for most of it. But there are a few places where I’m more comfortable using .NET instead of Xojo but still want a fairly ‘seamless’ app experience for my users. So I’m wondering: is there a way for Xojo to consume a .NET service contained in, say, a DLL? If not, is there a better way to interact with a .NET program other than socket communication? Also, please don’t suggest COM as I’m trying to avoid using that if I can.

Thanks!

http://www.xojo.com/blog/en/2014/01/accessing-net-code-from-xojo.php

I remember this post. I was hoping to avoid using COM but I guess it’s either COM or sockets, huh? COM it is then, I suppose.

It is definitely com, but it works very well. I have been using that with portions in VB. NET.