What library should I choose
Course Content
0 / 83 completedWhat will you learn in this course
What is Blazor
Who is the course for and prerequisites
Welcome
WebAssembly
The web before Blazor
The origin of Blazor
Do companies use Blazor
Installing the tools
What makes Blazor great
Blazm Extension
Third party controls
Looking at the templates
Razor Syntax
Hosting models
@Page + Routing
Parameters
@attribute
Dependency Injection Inject
@typeparam
@attributes
@layout
@Using + Imports
@onclick & EventCallbacks
StateHasChanged
Binding data
Cascading parameters
Where should I put the code
Lifecycle events
Render modes
SSR
Prerendering
Introduction
WebAssembly standalone
Sessionlocal Storage
Database
Injected Service (2)
Injected Service
Auth0
The built-in template
Introduction (2)
Virtualize
NavLink
NavigationManager
ErrorBoundary
NavigationLock
HeadContent PageTitle
QuickGrid
Introduction (3)
Section Section outlet
Router
EditForm
Creating a Form component (Textbox)
Validation
The controls
SSR Form
Introduction (4)
Render fragments
RenderFragment from method
HTMLRenderer
Introduction (5)
What library should I choose
Introduction (6)
Abstraction Layer
Debugging Blazor Server
Debugging WebAssembly
Hot Reload
Introduction (7)
CSS
Isolated CSS
Introduction (8)
Blazor to JavaScript
JavaScript to Blazor
Introduction (9)
bUnit
Introduction (10)
Adding a list
Editing a todo
Adding a board
Going overboard with SignalR
Adding Progress and filters
Wrap up
Conclusion