Yes. Within one Solution you can have multiple projects, each with
its own language. If you have a VB.NET project and you want to
reference some classes in C#, create a new C# class module
project, write the code, and then reference the C# project in the
VB.NET project by going to the project references, then the
Project tab.