Blazor Server Components - Making Razor Components Easy to Use

Blazor Server allows C# developers to create single page applications (SPA) on the web without using JavaScript. One of the features of a Blazor Server is the use of Razor Components. In fact, all pages in Blazor Server are actually just components. In this video, we are going to see how to layer these components together into a flexible, powerful page. Along the way, we will identify how to pass data into components, how to style them, and more. Blazor Server In Depth course: Source Code: Patreon: Mailing List: 0:00 - Intro 1:20 - Creating demo Blazor Server App 4:01 - New Blazor Server App page: Razor Component 6:49 - Building Blazor page: Edit Form 17:17 - Building Blazor page: Styling 21:11 - Building Blazor page: C# in Blazor Page 24:54 - Building Blazor page: Progress bar 30:33 - Add Blazor Page as a Component 33:54 - Turn off pag
Back to Top