This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What do you need to install at a minimum to create and run Blazor apps?
Visual Studio
Node.js
Visual Studio Code
.NET SDK
Blazor components are typically authored using what coding language?
Razor
C#
JavaScript
XAML
Razor files are compiled into what C# language feature?
A C# method
A C# class
A C# property
How are Blazor component parameters defined?
Using constructor parameters.
Using the @param Razor directive.
Using public properties and the [Parameter] attribute.
Using HTML attributes.
You must answer all questions before checking your work.
Was this page helpful?