.net languages

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.
 
Oh i see ... that's a rather neat feature.... i'm working in a team of developers of various programming backgrounds. so, this will help us out a lot.
 
Back
Top