You have developed a console application by using the Microsoft .NET Framework 1.1. The console application uses a set of assemblies for the business logic and the data layer. You plan to convert the console application to a Windows Forms application. You need to design a conversion strategy by using minimum amount of time and development effort. What should you do?
A.
Convert the console application and all the data layer assemblies to the .NET Framework 3.5.
B.
Convert the console application to the .NET Framework 3.5 by using the conversion wizard of Microsoft Visual Studio .NET 2008.
C.
Upgrade the business logic and the data layer assemblies to the .NET Framework 3.5. Convert the console application to Windows Forms.
D.
Retain the business logic and the data layer assemblies as the .NET Framework 1.1 assemblies. Convert the console application to Windows Forms.