VB.NET to C# Language converter
-
Does anyone know if there is a VB.net to C# language converter, and if so, where to download it? Thanks, Ryan
-
Does anyone know if there is a VB.net to C# language converter, and if so, where to download it? Thanks, Ryan
It's in the ASP.NET Resource Kit. You can download it free of charge here: http://msdn.microsoft.com/asp.net/asprk/ it quite the download, but it's WELL worth it! :) ------------------------------- Joan MomComputerGeek.com
-
Does anyone know if there is a VB.net to C# language converter, and if so, where to download it? Thanks, Ryan
-
Does anyone know if there is a VB.net to C# language converter, and if so, where to download it? Thanks, Ryan
Once compiled, it doesn't matter what the source language is. If you need to maintain the source, why not just learn VB.NET? It's just a different syntax. It uses assemblies in the same way that any other language can.
Microsoft MVP, Visual C# My Articles
-
Once compiled, it doesn't matter what the source language is. If you need to maintain the source, why not just learn VB.NET? It's just a different syntax. It uses assemblies in the same way that any other language can.
Microsoft MVP, Visual C# My Articles
I tend to agree with you Heath, but my project manager has asked me to convert it, alas, I must do it. Anyone else know of any vb.net to c# converters? Thanks, Ryan
-
Does anyone know if there is a VB.net to C# language converter, and if so, where to download it? Thanks, Ryan
I did find a VB.NET to C# converter.. The demo version is free. :cool: http://www.instantcsharp.com/ ------------------------------- Joan MomComputerGeek.com
-
I did find a VB.NET to C# converter.. The demo version is free. :cool: http://www.instantcsharp.com/ ------------------------------- Joan MomComputerGeek.com
Thanks Joan!!!
-
Once compiled, it doesn't matter what the source language is. If you need to maintain the source, why not just learn VB.NET? It's just a different syntax. It uses assemblies in the same way that any other language can.
Microsoft MVP, Visual C# My Articles
Heath Stewart wrote: If you need to maintain the source, why not just learn VB.NET? And while you're at it, COBOL .Net and Fortran .Net work pretty well too. Why don't you mix some of them into your project? Then nobody on your team will be able to maintain your project. Job security, man! Top 10 Reasons to mix languages as much as possible: #10: Find all those hidden inter-language bugs before all your buddies! #9: Flaunt company coding standards #8: Help prepare you for the MCSD exams instead of working, like you're paid to do #7: Since nobody else can read your code, you stay employed longer #6: Unable to cut-and-paste between different languages forces better encapsulation and prevents clipboard inheritance #5: Adds at least one more language item to your resume! #4: Microsoft *never* has a history of modifying a language like VB after everyone has already learned it #3: Experience the magic of inter-language type-casting! #2: Because occasionally your semi-colon pinky gets tired And the top reason to mix languages in .Net as much as possible: #1: Just because your boss told you not to do it, doesn't necessarily mean you'll actually get fired for trying. - Tony Goggin
-
I tend to agree with you Heath, but my project manager has asked me to convert it, alas, I must do it. Anyone else know of any vb.net to c# converters? Thanks, Ryan
A quick and simple search on google turned up a couple, one of which is right here on CodeProject:
Microsoft MVP, Visual C# My Articles
-
Does anyone know if there is a VB.net to C# language converter, and if so, where to download it? Thanks, Ryan
I made one: http://www.codeproject.com/csharp/GBVB.asp Perl combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript. -- Jamie Zawinski