In this lesson I do the following
- I create the starting database for the ToDoList App with a Transact-SQL script in SQL SERVER Management Studio.
- I create the first version of the application using Radzen Blazor Studio.
- I customize the AddInventory and EditInventory Blazor Components.
- 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