I know that C# is translated to MISL which is run by the CLR into machine code.
.Net provides different languages such as VB and F# and C++.
Are the different high level languages translated into the same MSIL language?
Is there a difference between MSIL of C# and MISL of VB or other languages?