Convert ASP.NET VB.NET code into C#
Does anyone have recommendations on tools to use to convert an VB.NET ASP.NET Web Application Project into C#? The majority of the conversion tools do not support converting ASP.NET-based projects. Even the VBConversions tool (http://www.vbconversions.ne开发者_StackOverflow中文版t) only converts the code-behind, but leaves all the VB.NET code snippets in the actual *.aspx file untouched.
I have tried C-Sharpener For VB & seems to be a good tool. Please try this out.
http://www.elegancetech.com/CSVB/CSVB.aspx
I have never really had to do what you are saying but look at SharpDevelop. http://www.icsharpcode.net/OpenSource/SD/ It has an option to convert pages to different code -- might work
Code Converter is the best options. Its free a integrated totally integrated with Visual Studio
Code Converter (VB - C#)
精彩评论