Questions
The following questions are provided for your consideration:
- What are the benefits of using a hosted Blazor WebAssembly project versus a standalone Blazor WebAssembly project?
- What is the difference between HTTP GET, HTTP POST, and HTTP PUT?
- In our project, how would we obtain the
TaskItemId
of aTaskItem
that was created using thePostAsJsonAsync
method? - Can you add, edit, and delete data in a SQL Server database directly from Visual Studio?