In this article i am going to explain about various tools used to convert c#.net code to vb.net. For converting the C#.Net code to VB.Net many tools available online. They Are: 1. To convert the C#.Net code to VB.Net you can use below mentioned online tool http://www.developerfusion.com/tools/convert/csharp-to-vb/ 2. You can use the code converter provided by the telerik http://converter.telerik.com/ 3. You can also use the Code Translator tool offered in the below url http://www.carlosag.net/tools/codetranslator/ 4. To convert your c#.net code to vb.net you can use the below link too.. http://codeconverter.sharpdevelop.net/SnippetConverter.aspx And also you can compile the c# code and use the dissasembler offered by red gate to see visual basic code. But some of the variable names may change. Reflector can be downloaded from the below url. http://www.red-gate.com/products/dotnet-development/reflector/
Asp.Net,C#.Net,SQL Server Articles, Source Codes and Examples