Practice Lab

Practice Lab 1

Please follow below steps to complete this practice lab

Build the project using Terminal
  • Open the Terminal by pressing CTRL + ~
    or
    Go to Terminal menu > New Terminal
  • Make sure that the Terminal path is /home/project/assessment (root folder of project)
  • Execute below command to build the application.
    dotnet build

Once the application build success, you are ready to run the application.


Run the project using Terminal
  • Execute below command to run the application.
    dotnet run (or goto Run > Start Debugging)
  • Once the application run successfully, click on Preview App button to access the running application in your browser.

Do some changes in home page

Let’s do some changes in application and test it in browser.

  • Go to Pages > Index.cshtml and change the H1 text from "Welcome to My First Practice Lab"
  • Save the changes and go to application tab in your browser and refresh the page to see the changes.

Congratulations! You have completed your first practice lab.

IDE URL Preview App