An open API service indexing awesome lists of open source software.

https://github.com/csharpfritz/blazingpizzaworkshop

The Blazing Pizza Workshop, updated for .NET 8
https://github.com/csharpfritz/blazingpizzaworkshop

Last synced: about 1 month ago
JSON representation

The Blazing Pizza Workshop, updated for .NET 8

Awesome Lists containing this project

README

        

# BlazingPizzaWorkshop
The Blazing Pizza Workshop, updated for .NET 8

Updated and derived from https://github.com/csharpfritz/blazor-workshop

Watch the videos that accompany this at: https://www.youtube.com/watch?v=sWTpxFcHbfY&list=PLdo4fOcmZ0oXv32dOd36UydQYLejKR61R&index=78

Here are the list of modules that accompany this workshop:

| Title |
| --- |
| [Get Started with Blazor](docs/00-get-started.md) |
| [Building our first home screen and learning about interactivity](docs/01-HomeScreen.md) |
| [Our first component and Managing State](docs/02-managing-state.md) |
| [Validating Data](docs/03-validation.md) |
| [Authenticating Users with Blazor](docs/04-authentication.md) |
| [Sharing Components with other projects](docs/05-components.md) |