Prepare the Sample Applications for AZ-2007 instructor demonstrations

Instructions

Prepare sample apps in your Visual Studio Code environment

The modules in this course include GitHub Copilot instructor demonstration activities. Most of the demonstrations use a prepared code sample as a starting point for the activity.

The demo activities are designed for an environment that includes the following resources:

  • Visual Studio Code.
  • The C# Dev Kit extension for Visual Studio Code.
  • The GitHub Copilot and GitHub Copilot Chat extensions for Visual Studio Code. A GitHub account with an active subscription for GitHub Copilot is required.
  • Sample code projects created using C#.

NOTE: We recommend that instructors consider using their own GitHub account and GitHub Copilot subscription for the demos. This will enable you to control and customize your dev environment. It will also make it easier to adjust the demos to fit the needs of your classrooms.

IMPORTANT: If you choose to run the demos in the hosted lab environment rather than your instructor PC, you can unzip the sample apps in the hosted environment. You will need to configure the GitHub Copilot extensions in the hosted environment before you can run the demos. You may find that the hosted environment is slower than your local environment, so you may need to adjust the pace of the demos accordingly.

To prepare for the demos, complete the following steps in your chosen dev environment:

  1. To download a zip file containing the sample apps, open the following link: SampleApps.

    The zip file should download automatically.

  2. Unzip the downloaded SampleApps file.

    Unzip the files in your development environment.

    1. On your local machine, navigate to your downloads folder.
    2. Right-click SampleApps.zip, and then select Extract all.
    3. Select Show extracted files when complete, and then select Extract.
  3. Copy the extracted SampleApps folder to your Windows Desktop folder.

    The SampleApps folder contains the sample app projects used in the course demos. Each project is in it’s own folder. The demo instructions indicate which project to open for that demo.

  4. Practice each of the 12 instructor demonstrations before teaching the class.

    This will help you become familiar with the content and the steps required to complete the activities.

    • Demo 1 (Demo 1 in Module 1): Configure GitHub Copilot extensions for Visual Studio Code
    • Demo 2 (Demo 1 in Module 2): Generate code explanations using GitHub Copilot Chat
    • Demo 3 (Demo 2 in Module 2): Generate project documentation by using GitHub Copilot Chat
    • Demo 4 (Demo 3 in Module 2): Generate inline code documentation by using GitHub Copilot Chat
    • Demo 5 (Demo 1 in Module 3): Create code by using code line completions
    • Demo 6 (Demo 2 in Module 3): Create code by using GitHub Copilot Inline Chat
    • Demo 7 (Demo 3 in Module 3): Develop code features using GitHub Copilot tools
    • Demo 8 (Demo 1 in Module 4): Create unit tests by using GitHub Copilot Chat
    • Demo 9 (Demo 2 in Module 4): Create unit tests for specific conditions by using GitHub Copilot
    • Demo 10 (Demo 1 in Module 5): Improve code quality by using GitHub Copilot Chat
    • Demo 11 (Demo 2 in Module 5): Improve code reliability and performance by using GitHub Copilot Chat
    • Demo 12 (Demo 3 in Module 5): Improve code security by using GitHub Copilot Chat

    NOTE: Demo 1 does not use a prepared code sample.