https://github.com/dotnet-presentations/blazor-workshop
Blazor workshop
https://github.com/dotnet-presentations/blazor-workshop
Last synced: about 2 months ago
JSON representation
Blazor workshop
- Host: GitHub
- URL: https://github.com/dotnet-presentations/blazor-workshop
- Owner: dotnet-presentations
- License: mit
- Created: 2019-01-17T17:49:26.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T23:54:59.000Z (3 months ago)
- Last Synced: 2025-04-24T00:33:09.570Z (3 months ago)
- Language: HTML
- Homepage: https://aka.ms/blazorworkshop
- Size: 2.42 MB
- Stars: 3,536
- Watchers: 172
- Forks: 1,573
- Open Issues: 50
-
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) |