Visual Studio Add-In That Converts C# Code To Visual Basic

The one question that I get asked quite often is how can I convert some C# code to Visual Basic or vice versal.  Normally I point people off of my favorite site such as:

https://www.carlosag.net/Tools/CodeTranslator/Default.aspx.

But I was really impressed with an article I read on MSDN recently that describes how you can created an Add-In to Visual Studio 2005 that invokes Web Services to your favorite site to do the code translations.  Give it a shot as I think you will love it.