Completed
Add a Service to the Client
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
CRUD with Blazor WebAssembly & Web API in .NET 5
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Create the Project (Blazor WebAssembly ASP.NET Core hosted)
- 3 New Models
- 4 Create a new API Controller
- 5 Implement the GET Call
- 6 Start the Client Implementations
- 7 Add a new Razor Component/Page
- 8 Implement the GET Call on the Client
- 9 Add a Service to the Client
- 10 Build the Razor Component
- 11 Watch the Network Tab of the Developer Tools
- 12 Get a Single Super Hero
- 13 Use Attribute Routing
- 14 Get a Single Hero on the Client
- 15 Create a Hero with POST
- 16 Build an EditForm
- 17 Get the Comics List
- 18 Utilize the JSRuntime to call console.log()
- 19 Add an event
- 20 Recap the POST Implementations
- 21 Update a Hero with PUT
- 22 Debug the PUT Call
- 23 Remove a Hero with DELETE
- 24 Create a GitHub Repository