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
- Host: GitHub
- URL: https://github.com/csharpfritz/blazingpizzaworkshop
- Owner: csharpfritz
- License: mit
- Created: 2024-03-06T03:12:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-27T15:03:02.000Z (8 months ago)
- Last Synced: 2025-04-10T12:12:45.065Z (about 1 month ago)
- Language: HTML
- Size: 1.07 MB
- Stars: 43
- Watchers: 4
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlazingPizzaWorkshop
The Blazing Pizza Workshop, updated for .NET 8Updated 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) |