another thing:
let's say I have 2 classes with the exact same functionality, one written in C# one in VB.NET. And let's assume they have the same performance
if I create a DLL of the C# class, would the vb.net class be any faster than the C# dll when using in a vb.net project?