What's the difference between VC.NET and VC# .NET?

What's the difference between VC.NET and VC# .NET? And does VC.NET have the power of VC# on the Internet?
VC.NET is actually Visual C++ with Managed Extensions. It has nothing to do with C#. It's just the "old" VC++ with added funcionality to take advantage of managed code and the .NET Framework, without loosing the "flexibility" of unmanaged code. VC# IS the power on the Internet! ;)

This was first published in August 2003