About 39,900 results
Open links in new tab
  1. How to convert full C# project to vb.net? - Stack Overflow

    That doesn't convert an entire project - it only converts vb/cs files to each other. It doesn't appear, for instance, to touch your sln or vbproj/csproj files.

  2. .net - How Convert VB Project to C# Project - Stack Overflow

    Aug 4, 2014 · The VB to C# code converter from the SharpDevelop team is now a standalone extension to Visual Studio. Once installed, you can convert an entire VB.NET project to C# by opening the …

  3. What is the best C# to VB.net converter? - Stack Overflow

    While searching the interweb for a solution for my VB.net problems I often find helpful articles on a specific topic, but the code is C#. That is no big problem but it cost some time to convert it ...

  4. vb.net - Roslyn: Convert C# to VB - Stack Overflow

    I have the case wherein I need to convert a C#- to a VB.NET project. (I want to automate this, so I cannot use an online tool or something similar) There is a "Paste as C#/VB" sample visual studio

  5. how to convert c# to vb.net - Stack Overflow

    Feb 21, 2014 · I recommend using http://converter.telerik.com/ for converting c# to vb or vice versa. But remember, that convert the code line by line, other wise, it will throw error.

  6. .net - Convert VB.NET To C# - Stack Overflow

    Mar 27, 2011 · Possible Duplicate: Convert VB.NET code to C# Hey, I'm looking for a powerfull tool who can convert & C# code to VB.NET or vice-versa. I've tried some websites but they are not very good....

  7. Porting VB.NET Winforms Application to C# - Stack Overflow

    Are there any 'good' resources for porting a VB.NET winforms application to C#? I'm sure there are is software that just translates the code, but I'm looking to refactor the code at the same time.

  8. Vb.Net Windows Application To C# - Stack Overflow

    Jun 24, 2012 · Possible Duplicate: Porting VB.NET Winforms Application to C# Is there any way to convert a vb.net winforms application into c# ? In terms of both code and .vb (forms) files.

  9. vb.net - Convert a .NET Framework VB project to .NET Core - Stack …

    Jul 4, 2020 · For some reasons, I have to convert some projects (VB.NET and C#) to .NET Core. I've followed info from various sources, from Convert .Net Core to .Net Framework and the Assembly …

  10. .net - Converting C# method to vb.net - Stack Overflow

    I am new to vb.net and need to convert on of the C# classes to vb.net. Here is C# class [Serializable] [XmlType(TypeName = "DomEvents")] public class DomEvents : System.Collections.