This is code-related as in what the compiler will allow you to do in one language, but not allow you to do in another language (e.g. optional parameters in
I'm surprised that C#'s unsafe code has not been mentioned yet. This is not allowed in VB.NET.