Originally posted by dandman
VC.Net is the only language (so far), that you can intermix managed and unmanaged code, and compile to the same assembly. With this, you can preserve existing investments in code by "wrapping" to __gc classes.
yup. This is one of the greatest advantages till yet...it lets you exploits a lot of areas with much ease.