← Back to context

Comment by Yuioup

11 years ago

Yes! I hope somebody will create a VB.NET to C# convertor with this.

I would expect that you could use a decompiler to generate C# from compiled VB.NET code.

  • True but you lose the variable names and the comments. I am guessing - and I really don't know if this is the case - you can convert VB.NET to C# using Roslyn keeping all the variable names and comments.