Tips for moving a large project from VB.Net to C#?
NickName:user111681 Ask DateTime:2009-05-24T15:38:11

Tips for moving a large project from VB.Net to C#?

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..)

Copyright Notice:Content Author:「user111681」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/903284/tips-for-moving-a-large-project-from-vb-net-to-c

More about “Tips for moving a large project from VB.Net to C#?” related questions

Tips for moving a large project from VB.Net to C#?

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 ...

Show Detail

Accommodate Parameterized Methods from VB.Net in C# Interface

We are moving interfaces previously in VB.Net into a separate C# project, which should hold interfaces to be implemented by corresponding VB.Net classes. The issue comes when trying to move interface

Show Detail

Converting large ASP.NET VB.NET project to C# - incrementally?

Was looking for some approaches to incrementally converting an large existing ASP.NET VB.NET project to C# while still being able to deploy it as a single web application (currently deployed on a w...

Show Detail

Tips for Moving from VS.NET to Xcode

After developing in VS.NET for many years, I'm starting to do some Xcode development and I'm very much hard-wired to the VS.NET way of doing things. I'm not looking for a debate about which envir...

Show Detail

Tips for merging large changes between branches

To learn Doxygen, I created a branch and modified the source file comments of a slow-moving project. However, that project has since had large changes, splitting a large file into several smaller

Show Detail

Problems when searching for references from a VB.NET project in Visual Studio 2010 SP1

I have a very large solution containing mostly C# projects, a few C++/CLI and Managed C++ projects, and one VB.NET project. However, I am having problems with results that should show up within the...

Show Detail

adding connection string during installation of vb.net project

I want to create an installer wherein the user specifies where the connection string of the database. I've seen a articles like this but they're in C#. like this one: http://www.codeproject.com/T...

Show Detail

Tips to transform an old vb.net webform appplication into a vb.net solution

I have an webform vb.net application which has been coded without any solution or project. To deliver this code, I just put it in my IIS website and go for it. There is no need to generate the dll,

Show Detail

Moving large vb.net app from 3.5 to 4.5 .net

I am trying to move a fairly large vb.net application from .net 3.5 framework to 4.5. I've removed the old referenced files and replaced them with the latest versions. There are still references ho...

Show Detail

Git-Tf Moving parts of a large Tfs Project

My team and I have a large TFS Project with many Visual Studio solutions and many Projects. We are in the process of splitting up this Project into smaller logical parts, and moving the parts into

Show Detail