Calculate the investment required for a VB Migration project
The investment required for a VB migration project depends mainly on the complexity
of the original Visual Basic 6.0 application. This complexity is calculated taking
into account a number of characteristics of the underlying VB code and the required
target architecture.
The most important of these VB6 characteristics are listed below:
VB6 characteristics that affect complexity of the migration:
Target requirements that affect the complexity of the migration:
- Replacing 3rd party components with .NET native versions
- Whether database
technology will be used through COM Interop or will it need to be converted to ADO.NET
-
Converting unstructured error handling to .NET try/catch statements
- Dynamic
creation of visual controls