Emptying the Solution

Learn how to configure a template demo app and remove unnecessary content according to our needs.

We'll cover the following

To empty the solution, we need to delete some components, update a couple of components, and delete both a controller and a class. We do this as follows:

  1. Return to Visual Studio.
  2. Delete all of the components in the TaskManager.Client.Pages folder, except for Index.
  3. Delete the TaskManager.Client.Shared\SurveyPrompt.razor file.
  4. Open the TaskManager.Client.Shared\MainLayout.razor file.
  5. Remove the “About” link from the top row of the layout by removing the following markup:

Get hands-on with 1200+ tech skills courses.