You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
421 B
26 lines
421 B
---
|
|
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 |