Skip to content

JacquesLife/progAssingment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Running The Recipe Book Program in Visual Studios

This guide will help you set up and run a .NET Framework Console Application using Visual Studio.

Step-by-Step Instructions

  1. Download Visual Studio

  2. Install Visual Studio

    • Run the downloaded installer and follow the installation wizard to complete the installation.
  3. Open Visual Studio

    • Launch Visual Studio from your desktop or start menu.
  4. Create a New Project

    • Click on "Create new project" shown on the right hand side
    • Select the ".NET Framework Console App" category (ensure it is the one for C# indicated just below)
  5. Select .NET Framework Version

    • In the "Create a new project" window, make sure to select ".NET Framework 4.8" as the target framework.
    • Click "Create" to create the project.
  6. Access Source Code

    • Go to my GitHub repository.
    • Click on the "Code" button and select "Open with Visual Studio".
  7. Run the Project

    • Once the source code is open in Visual Studio, navigate to the green "Start" button or press F5 to run the program.

References

My referencing for completing this aplication

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages