Blazor Cookbook
Welcome to your Blazor Cookbook! A growing collection of recipes demonstrating Blazor concepts, patterns, and best practices.
Project Purpose
This application serves as both a learning tool and a reference for developers exploring Blazor's potential. Each recipe demonstrates practical solutions to common web development challenges.
I develop this project while working through "Blazor Web Development Cookbook" by Pawel Bazyluk, creating solutions as reference examples for future use. I published the whole project to train Azure deployment. The recipes are organized by chapters covering different aspects of Blazor development.
Quick Start
Ready to explore? Browse all available recipes:
Browse RecipesExplore the source code and see how this application was built:
View on GitHub⭐ Featured Highlights
Try these standout recipes that showcase Blazor's most powerful capabilities.
WebAssembly: Client-side Processing
All processing happens locally in your browser after initial WebAssembly download.
Auto: Adaptive Server-to-Client
Starts with fast server rendering, then seamlessly transitions to client-side processing.
📚 Learning Resources
Explore the books, tools, and technologies that power this project.
View Resources🚀 My Learning Journey
Discover how this project evolved and my personal Blazor learning path.
Read My Journey