lou_dias wrote:
A better counter-point would be to show me something that can only be done in C and not VB.Net.
Ok. (I'll stick to Windows, since you already said you weren't interested in cross compatibility)
Low level OS control, system calls*, port access, memory management, use inline assembly, make fast running programs, etc.
Note:
Yes, I know you can DllImport just about any dll. But, not all API calls are exposed in the system dlls. So, to write a wrapper you'd have to use VC++!