Right now, I am working on project with other people. Some people prefer to code in Visual Basic and some with C#. I heard that it was possible to mix both languages. Let's say the GUI is made with VB and some classes are made with C#. How do you integrate them together?
Thank you.