What is the meaning of conversion and migration used in Forms2Net documentation?
Migration is the full process of transforming a Forms application into an equivalent .NET application. The semantic gap between the two worlds makes it difficult to have a completely automated process. Conversion is the initial step of the migration, capturing the original application semantic and obtaining the maximum .NET code, following Microsoft’s best practices for .NET applications. The remaining migration (code completion and testing phases), is not automated but is well supported by detailed documentation, migration patterns and specific Visual Studio add-ins in order to minimize the human effort of the whole migration and maintenance.