🎴 Flashcard Mode

Programming Technologies: Java and Visual Basic

Card1 / 19
Mastered0
Review0
QuestionClick to flip

If you know you want to migrate your Visual Basic 6 application to VB.NET, what is the first thing you should do?

AnswerClick to flip back
A
Assess the VB 6 application; find out what controls it uses, what projects are in there and so on.
💡 Explanation:

Migration planning must start with assessment - understanding the application's architecture, dependencies, controls, and complexity. Jumping straight into tools (Option A) or rewriting (Option C) without assessment risks missing critical dependencies and architectural mismatches. Gathering new requirements (Option D) is premature when the existing requirements aren't understood.

Change Mode