Blazor/Documentation/docusaurus/docs/view-data/introduction.md

421 B

sidebar_position title
1 Introduction

View data with Blazor

This lab will allow you to display data on your blazor site.

We will start from the default site created with Visual Studio.

List of steps

  • Creation of a new page
  • Generation of fake data
  • Use data
  • Use an HTML table
  • Use Blazorise
  • Use paging with Blazorise

List of concepts

  • Layout
  • Serialization
  • Lifecycle events
  • NuGet