.NET framework or a parallel for Linux?
Next, just to try it, I coded a VB.NET application and tried to run it on Linux using mono, and to some extent it did work. The form loaded pretty fine with the controls (just buttons in my ex), but when I tried to pop a MsgBox, it crashed.
So my guess is that mono's CLI is just for C#, which brings me to my question, what is the CLI for VB.NET and VC++.NET ??

