Here are some of the organizations that have purchased C-Sharpener For VB:
It is without a doubt the best VB to C# translator I've seen! It did an excellent conversion job on my projects and I strongly recommend it to anybody that needs to translate VB to C#.Brian Reisman, MCAD, MCDBA, MCSE, MCSD, MCT
What a time saver! I had to convert six different VB projects for a book I had written. I manually converted the first project and quickly realized what a time consuming process it was. The C-Sharpener for VB product was easy to use, did a thorough job and saved me countless hours of boring and tedious work. It's a great product!!!Sara Rea, MCSD, MCDBA
I am very impressed with C-Sharpener. Taking 11,000+ lines of code from VB to C# in two or three minutes is incredible, and the quality of the output was outstanding . Translation between the two languages in anything but a most elementary and roughshod mapping requires an elegant understanding of the differences between the two languages. I found many of the conversions led to an improvement of the VB code (such as checking for a non-null delegate before raising an event). And, since I am really an old C++ and new C# geek, scanning the C# code for issues provided other opportunities to remove some silly things that had been done in VB (like unnecessary ByRef qualifiers on a .NET class argument).Stan Gibbs
Thanks for the excellent support and a great tool!
C-Sharpener for VB is by far, hands-down, the best language converter I've run across (and I've tried a bunch). As an author, I need to supply code samples in both VB and C#, and C-Sharpener has saved me hundreds of hours over the past few months. The C# code it creates is, in my experience, nearly 100% accurate and correct (as with any language converter, there are some issues which require hand-coding), and almost every single VB project I throw at it converts immediately, and completely. In addition, the company is incredibly responsive to issues that I've found--what more could I ask? I've recommended C-Sharpener to all my colleagues, and would highly recommend it for anyone who needs to create VB and C# content, but only wants to write it once.Ken Getz
Even large projects are completely converted by C-Sharpener For VB. C-Sharpener For VB is easy to use and does an excellent job.Robert Schaub
Great tool to develop the application in VB.Net as your preferred language but then deploy and expose the code as C#.Ashish Jaiman
C-Sharpener For VB has allowed me to quickly convert large and complex applications, 3rd party components, and sample code snippets into clean and effective C# code. It does an excellent job pointing out the few remaining places where manual attention is needed and has saved countless hours of manual conversion tedium. This is an excellent addition to any C# developer's toolbox!Stephen M. Redd
Worked great! Did 95% of the heavy lifting, leaving me to clean up and bask in the glory!Brian Ketelsen
I had used C-Sharpener For VB to convert my program. Not being a 'C#' programmer I had some problems understanding the code and the few remaining issues.Donald Balden
The level of support provided by the people at C-Sharpener For VB was FAR greater than I expected. They helped me finish the conversion with just two E-mails!
Yes, most excellent product! I've been a VB'er since V2, but recently was required to produce a relatively small piece of code to run unit tests using NUnit. I had already written it in VB.Net, only to find out that the client had decided that *all* code was to be C#.Andrew Shwiff
Your product converted my code perfectly! Many thanks, I will be recommending this tool to others.
C-Sharpener is an outstanding product which delivers a quality conversion from VB.NET to C#. We had some problems initially because of the size of our VB.NET project - over 200,000 lines of code and over 200 files.David J. Roh
We emailed Elegance Technologies about the problem and received a response within hours - many response with minutes. We sent Elegance log files, project files, and problem description and within a couple days we received an improved version of C-Sharpener that solved the problem we were having - they actually worked over the weekend to solve our problem.
This company sets the top bar in quality tech support and also has an out-standing product.
C-Sharpener for VB allowed us to convert our Content Management System consisting of 18 VB.NET projects to C# in a few minutes. It not only saved us a lot of work but it also allowed us to get new customers interested in C# version.Petr Palas
I have just tried the new version - it appears to have done a fantastic job of coping with the Infragistic components. My thanks and admiration to those who managed to turn around this solution so quickly. Absolutely brilliant!!D Deacon
I have installed it and used it briefly and love it. I have used VB ever since it came out but never got into C++ too much. Now I have wanted an opportunity to move into C# and this product has given me exactly what I needed. We have purchased 17 (I think) copies and I have already registered mine.Brett Hollomon
I have used c-sharpener already and it has helped me immensely! I have transferred four projects and earned one week of project time, my project manager is rather satisfied (slight underestimation).Erik Larson
While I was very pleased with the initial result of running our (rather large) (inherited) code base through C-Sharpener (we were able to compile within an hour or so), I was even more pleasantly surprised with the excellent customer service we received when trying to overcome a couple of issues that arose when first trying to execute the code. A product is only as good as the service that backs it, and the service I got from Elegance Tech as a C-Sharpener user was unbeatable. I'm definitely recommending this to anyone who needs to convert VB.NET projects to C# . Thanks for everything!!Christian Graus
CSharpener allowed me to convert inside a week what it took two developers 4 months to write - nearly 200,000 lines of VB code! In addition to having a great product, the support provided by Elegance was excellent as well. Answers to questions, and solutions to my few issues were accurate, appropriate, and quickly delivered.Paul Hughes
C-Sharpener is a tool that is well worth the price. And just as important as the quality of any product, is the quality of customer service. Elegance Technologies provides the support that everyone wants but rarely receives. My first conversion was a large VB project that had several issues after conversion. Roger Jack and customer support went the extra mile to make sure that C-Sharpener was functioning properly and that my conversion was a success.Rick Deigsler, MCSD
You are the best!
I've tried a lot of conversion tools out over the years, and frankly I was amazed with this one! It exceeded my expectations and actually lived up to all your site's claims...very impressive. It was the only tool which could convert a project which started in VB6 and had gone through the VB upgrade wizard. It managed to compile and work in VB.Net, but was convoluted from the conversion. C-sharpener took this mess in and returned a C# project, complete with references to a dot net version of the vb common controls everyone learned to love in VB6 and which the project used throughout it's forms, of course, and it still compiled and ran on the first try! It was a wonderful thing! I am going to recommend C-Sharpener as the one for us to get.Robert Petersen
This is a great product. I tried a different product and returned it after a day of trying to fix 400+ compiler errors. With C-Sharpener, I fixed 3 compiler errors and had the application running within an hour. Very nice!Tim Klooster
The fact is we're only about 2 months into a new project, so there wasn't that much to migrate, but enough to make me groan at the thought (roughly 10K lines of code). I downloaded the trial of CSharpener, and within a couple hours I purchased a copy. The migration process took about 10 hours, however the bottleneck wasn't migrating code (that was easy and quick and painless) - rather it was renaming files in our version control system to match the names of the newly migrated files. CSharpener migrated approximately 99% of our code for us. I had to touch up a few things here and there, but they were minor and trivial (and things, I suspect, can easily be fixed in future versions of CSharpener - such as renaming the ...My.Settings.Resources... code paths to ...Properties.Resources...). To be quite honest, the 200$ price tag was paid off on the first day. We have a number of products that need migrating, approximating 1,000,000 lines of code. This tool won't only help us, it'll do almost all of the work for us. Great tool!Ryan Baldwin
C-Sharpener is an excellent product - it saved an enormous amount of time in converting a Visual Basic application to C-Sharp.Chuck Cobb
I had tried nearly every code-translating service out there, and I was about to give up and do it all by hand until I came across C-Sharpener. Not only was it quick and accurate, but it took care of all the little things that all the others would overlook. Also, when it couldn't translate a certain line of code, it left helpful comments to guide me into making the correct conversion. This utility has been a lifesaver, and has already saved me hours of work converting my code! Thanks!Travis Rosenbaum