To do List App Lesson One

In this lesson I do the following

  1. I create the starting database for the ToDoList App with a Transact-SQL script in SQL SERVER Management Studio.
  2. I create the first version of the application using Radzen Blazor Studio.
  3. I customize the AddInventory and EditInventory Blazor Components.
  4. I test run the app by adding a new to do and verifying that its shows up on the ToDoList component after it has been created.

Blazor/C# source code for this lesson can be found at GitHub - benjaminsqlserver/TodoListLesson1

Transact-SQL Script file to create the starting database can be found at GitHub - benjaminsqlserver/TodoTSQL1

2 Likes