how to update VB .net code to C#
Loading
how to update VB .net code to C#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rikam PalkarPosted Apr 5, 2025, 6:16 PM
You can tangible, it is available as a Visual Studio extension too.
https://www.tangiblesoftwaresolutions.com/product-details/vb-to-csharp-converter.html
John GodelPosted Apr 4, 2025, 7:40 PM
You can use online tools to convert entire chunks of code:
?? Telerik Code Converter (VB.NET ? C#)
Just paste your VB.NET code and it will give you the C# version.
Other tools:
SharpDevelop (legacy) – had built-in converters
dotnet Convert tools for VS