Convert VB6 application to C# Webforms with Entity

Asked

Viewed 114 times

0

I have an application in VB 6 and would like to migrate it to WebForms using preference c# with entity.

I wonder if there is any tool that helps me in this conversion(migration).

  • http://www.codeproject.com/Articles/262950/CodeConverter

1 answer

-1

You can use these code conversion tools to assist with some code units in the migration process. However, in the past you didn’t have the resources you have today.

The conversion tools will not give you a code with current standards, optimization, proper naming and other facets of Object Orientation, which VB6 is not.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.