86.

How can I make sure my C# classes will interoperate with other .Net languages?

CLS(Common Language Subset) takes care of compiling to such a Intermediate language which can be run with all the languages to maintain interoperabilty.