C# code within VB.NET application?

.net, c#, vb.net, visual-studio

Solution

Create a seperate project for the C# code. Then place a reference to C# project into the VB.Net project. You can then access the C# objects as if they were written in VB.Net

Problem

i have one application which is build using VB.NET now i required to add some C# code inside my existing VB.NET application does it possible or not?

Original source

Related problems