Displaying the Tasks

Learn how to configure a client project to display tasks to the UI from the database.

We'll cover the following

We need to fetch the list of tasks and display them to the user. We do this as follows:

  1. Return to Visual Studio.
  2. Right-click the TaskManager.Client.Pages folder and select the “Add, Class” option from the menu.
  3. Name the new class Index.razor.cs.
  4. Click the “Add” button.
  5. Add the partial modifier to the class:

Get hands-on with 1200+ tech skills courses.