Search⌘ K
AI Features

Emptying the Solution

Understand how to clear out default demo content in a Blazor WebAssembly solution by removing components, layout links, controllers, and shared classes. This lesson guides you through preparing the project for custom development by cleaning existing files and rebuilding the solution in Visual Studio.

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
...