© Taurius Litvinavicius 2019
T. LitvinaviciusExploring Blazorhttps://doi.org/10.1007/978-1-4842-5446-2_7

7. Practice Tasks for Server-side

Taurius Litvinavicius1 
(1)
Jonava, Lithuania
 

Now that you are done with learning, you need to practice. We will start with two tasks for server-side Blazor and explore its use case further.

Task 1

The first task will be a simple project that only takes the data from user interface and inserts it into a database, or retrieves and displays the data. This is what server-side is really useful for, when you work with simple forms and you need quick access to the server.

Description

Create a product management dashboard.

The user should be able to
  • Insert a product

  • Retrieve product list

  • Delete a product

Product data
  • Id

  • Title

  • Seller’s ...

Get Exploring Blazor: Creating Hosted, Server-side, and Client-side Applications with C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.