Monday, October 19, 2009

Telerik Code Converter

Telerik Code Converter is an indispensable tool for every Visual Basic developer.

Visual Basic is a distant second to C# in the .NET ecosystem. Yet, there are strongholds of VB and you may find your job to be in one of them, like I did. For example, VB is strong in DotNetNuke-based development since the core framework itself is written in VB.

Most VB developers use C# as a second native language and it is very common to end up having a multilingual codebase, with projects in both languages. Converting code snippets from one .NET language to another is needed often, since your codebase is the first resource you have when building new stuff.

Also, most public code samples are written only in C# these days.

-mika-

0 comments: