Welcome to Blazor University. This section introduces Blazor and provides the foundational knowledge you need to start building applications.
Prerequisites
You should be comfortable with C#, HTML, and basic web development concepts. The examples in this site target .NET 10 and use the Blazor Web App template.
What is covered in this section
- What is Blazor? - An introduction to the Blazor framework.
- What is WebAssembly? - Understanding the technology that enables client-side Blazor.
- Blazor hosting models - The different render modes available.
- Installing Blazor - Getting the tools you need.
- Creating a new project - Your first Blazor Web App.
- Creating a page - Building your first component.