--- sidebar_position: 1 title: 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