




 |
New! Version 2.24 released.
Read
More
Download
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, 2008, and 2010 (next release) as well as all
project types (Win Forms, Web, Class Library, Compact Framework,
etc.). There is support for the latest VB.Net features,
including LINQ and inline XML.
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 the latest Visual Studio features - The latest VB.Net
/ C# features are
supported, including LINQ, XML, WPF, Lambda expressions, and extension
methods.
- Support for All Project Types - Win Forms, Web, Class Library,
Compact Framework, Console, etc.
- High Accuracy - This release was
stress tested on thousands of sample programs.
Tested were hundreds of Microsoft sample projects (101 VB.Net samples, DirectX samples, etc.), in house and customer projects,
third party control samples (Infragistics, ComponentOne, Telerik, etc.), 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
VB.Net 2008 Conversion Samples:
There is now full support for Visual Basic.Net 2008 - including the latest features
(LINQ, XML Literals, etc). Check out the samples below:
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...
|
|
|
Sale on VB.Net to C# Converter! |
Regular Price:
$199
Sale Price:
$169
Purchase
|
|
VB.Net to C#
Converter Fully Supports Latest VB.Net Features |
The VB.Net to C# Converter fully 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!
|
|
MVP Blog Mention
|
VBConversions was mentioned in a prominent MVP blog, for its unique ability to convert LINQ.
|
|
VBConversions Wins
VSM Readers Choice Award |
| The VBConversions VB.Net to C# Converter won the
2006 Visual Studio Magazine's Readers Choice Award
in the Development Tools Category, and was nominated
in 2007 and 2008!
2007 - Nominated
2008 - Nominated
|
|
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 |
Your application worked great the very first time unlike my experience with
(competitor name omitted) which does not do spit with the designer file and
made a mess out of the conversion of the remainder of a functioning
vb.net application.
I'll be recommending your application to anyone
else I run into that may be attempting to move from vb.net to C#.
You've earned my confidence!
Bob Banks
|
|
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 |
|
|