Home | Download | FAQ | Purchase | Awards | Contact Us

 

VBConversions Home

convert vb to c# vbconversions visual basic.net
 
Home
Download
FAQ
Purchase
Awards
Contact Us
New! 4/16/08 - Version 2.17 released. Vista compatible, accuracy improved. Read More  Download
VBConversions VB.Net to C# Converter

The Best VB.Net to C# Converter Money Can Buy

Download

Purchase

Awards / Testimonials

We intensively tested 6 products...this is absolutely the best tool for the job.

Mike Kelly, Sr. Developer
The Select Group
 

Are you ready to convert your VB.Net code to C#?  All versions of Visual Basic.Net are supported (2003, 2005, and 2008), including all the latest VB.Net 2008 features. 

Download the trial edition for free and check it out.  There is absolutely no hassle or nagging emails and no registration is required. 

Key Features

  • Support for Visual Studio 2008 - The latest 2008 features are supported, including LINQ, XML, WPF, Lambda expressions, and extension methods.
  • High Accuracy - This release was stress tested on thousands of sample programs. Tested were Microsoft sample projects (101 VB.Net samples for 2003, 2005/2008 samples, DirectX samples, etc.), in house and customer projects, third party control samples (such as Infragistics), and open source projects from SourceForge.
  • Ease of Use - While the conversion logic itself is complex, using the converter isn't.  You are guided through each step of the process with easy, clear instructions.
  • Customization - Not every project is the same.  With dozens of conversion options to choose from, you are in control of the conversion process.
  • Convert Single Projects or Groups of Projects - You can create lists of programs and convert them with one click.  There's also a command line version included.
  • Comprehensive Reporting - There are reports showing potential trouble spots in your code, interesting things which happened during the conversion process, and any C# compiler errors which need to be fixed.
Test Results

This release was tested on 3,684 Visual Basic.Net projects.  All converted without compiler errors.

Read more about our testing process and results.

VB.Net 2008 Conversion Samples:

LINQ Query sample - notice how the converter automatically switches between query syntax and function syntax as required:

VB.Net
Dim a = From c In customers Select c Distinct Order By c
C#
var a = (from c in customers select c).Distinct().OrderBy(c => c);
 
LINQ Aggregate query sample:

VB.Net
Dim b = Aggregate c In customers Into Count()
C#
var b = (from c in customers select c).Count();

XML Literals:

VB.Net
Dim d = <customer>Smith Hardware</customer>
C#
var d = System.Xml.Linq.XElement.Parse("<customer>Smith Hardware</customer>");


"Code Holes" in XML Literals:

VB.Net
Dim e = <customer><%= Left(customers(0), 10) %></customer>
C#
var e = System.Xml.Linq.XElement.Parse("<customer>" + customers[0].Substring(0, 10) + "</customer>");

Of course, this is a small sample of what the VBConversions VB.Net to C# Converter can do. Download the trial edition and see how well it does on your code!  There is no obligation and no registration required.

Download Now...      Purchase...  

VB.Net to C# Converter Now Supports Visual Studio 2008
The VB.Net to C# Converter  now supports LINQ, WPF applications, in line XML ("code holes" included), the new If operator, object initializers, extension methods, lambda expressions, nullable data types, implicit types, anonymous types,  and more!
 
Purchase
Buy it Now $169

Our Simple Guarantee
:
No-hassle returns, unlimited return period, unlimited upgrades for life.

VBConversions Wins Readers Choice Award
The VBConversions VB.Net to C# Converter won the Visual Studio Magazine's 2006 Readers Choice Award in the Development Tools Category!

converting translator convertor  

Many of our customers are the word's largest companies:
  • Microsoft
  • HP
  • Intel
  • IBM
  • AT&T
  • Alcoa
  • Boeing
  • General Electric
  • JP Morgan Chase
  • Proctor and Gamble
  • Cisco Systems
  • Dell Computer
  • Monsanto
Testimonial


I just downloaded your trial software and all I can say is wow!

Great software! Keep up the great work.

Being in the industry as long as I have I have seen a lot of bad software both in the corporations as well as with vendors. It has always been a pleasant surprise to find something that simply works as well as advertised.

Steve Naidamast
Black Falcon Software, Inc..
 

Testimonial
We had nearly 50 MB's of VB.Net code to convert. The code effected many development teams in different departments within the enterprise.

We intensively tested 6 products, and VBConversions' VB.Net to C# Converter had the richest feature set, reporting tools, analysis and recording options.

All things considered, this is absolutely the best tool for the job.

Mike Kelly
Sr Developer
The Select Group

 
 

Copyright 2008 VBConversions    Links