I have been asked many times to point to a utility that can convert the sample code or the code snippets found online from Visual basic.Net to C# and Vice versa. After lot of pain and relentless search i have come with following set of useful utilities. They still have their glitches but usually they bring correct result or very near to it. If you know better utlities just post it in the comments section. Thank you in advance ....
To get the code converted to Visual Basic.NET from C# the following tools are very useful:
http://www.aspalliance.com/aldotnet/examples/translate.aspx
http://www.kamalpatel.net/ConvertCSharp2VB.aspx
http://www.ragingsmurf.com/vbcsharpconverter.aspx
If someone needs conversion from Visual Basic.NET to C#; they can use following tools:
http://www.developerfusion.com/utilities/convertvbtocsharp.aspx
http://www.codeproject.com/csharp/GBVB.asp
if you want to spend some money Instant C# and Instant VB seems to be a good choice :
http://www.tangiblesoftwaresolutions.com/
Tools that convert both ways ....
http://www.carlosag.net/Tools/CodeTranslator/Default.aspx (Initially I had problemgetting output from this one. I had to type the VB code manually like Response.Write. When I starting seeing output as I type. I pasted the whole code I wanted to translate) ....