Question: Suppose you are developing three versions desktop, web, and mobile of the BMI Calculator app. The Visual Studio solution folders containing the development files for
Suppose you are developing three versions desktop, web, and mobile of the BMI Calculator app. The Visual Studio solution folders containing the development files for these versions of the app are named bmiD_soln, bmiW_soln, and bmiM_soln, respectively. Correspondingly, the project folders for the the three versions are named bmiD_proj, bmiW_proj, and bmiM_proj, respectively. For the desktop version, the name specified for the UI is BMIForm, while the UI for the web app version is specified in the file bmiForm.aspx, and that for the mobile app is specified in the file bmiForm.xaml. The main project folder for each version of this application would then contain which files with the .cs extension; i.e., what are the names of these C# source code files?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
