I have been tasked with moving a rather large project from VB.Net to C#. Are there any converters, and if so what should I watch for? Are there areas of the code that are known to be problem areas during a conversion like this (Data Access Layer, etc..)
我的任务是将一个相当大的项目从VB.Net转移到C#。有没有转换器,如果是的话,我应该注意什么?在转换过程中是否存在已知为问题区域的代码区域(数据访问层等)。
3 个解决方案
#1
Please see these SO posts:
请看这些SO帖子:
-
Good way to convert VB.Net to C#?
将VB.Net转换为C#的好方法?
-
转换VB.NET - > C#Projects
-
What is the best C# to VB.net converter?
VB.net转换器的最佳C#是什么?
-
将vb.net转换为c#提示
-
VB.NET泛型为C#语法
#2
There's an open source C#/VB.net IDE called SharpDevelop that has a converter to convert from VB.net to C# and C# to VB.net.
有一个名为SharpDevelop的开源C#/ VB.net IDE,它有一个转换器,可以从VB.net转换为C#,C#转换为VB.net。
#3
The amount of required patience is proportional to the size of the project.
所需耐心的数量与项目的规模成正比。
#1
Please see these SO posts:
请看这些SO帖子:
-
Good way to convert VB.Net to C#?
将VB.Net转换为C#的好方法?
-
转换VB.NET - > C#Projects
-
What is the best C# to VB.net converter?
VB.net转换器的最佳C#是什么?
-
将vb.net转换为c#提示
-
VB.NET泛型为C#语法
#2
There's an open source C#/VB.net IDE called SharpDevelop that has a converter to convert from VB.net to C# and C# to VB.net.
有一个名为SharpDevelop的开源C#/ VB.net IDE,它有一个转换器,可以从VB.net转换为C#,C#转换为VB.net。
#3
The amount of required patience is proportional to the size of the project.
所需耐心的数量与项目的规模成正比。