This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is Blazor?
A way to run .NET code on WebAssembly.
A native UI framework for building Windows desktop apps.
A modern frontend web framework based on HTML, CSS, and C#
A type of jacket resembling a suit jacket, but with a more casual cut.
What language do you typically use to author Blazor components?
JavaScript
XAML
Visual Basic
Razor
True or False: You can use existing JavaScript libraries with Blazor.
True
False
Which of the following benefits isn't a benefit of using Blazor?
Build web UI fast with reusable components.
Support for server and client-side rendering
Build the frontend and backend with one development stack.
Minimal download size.
Which of the following reasons is a valid reason to not use Blazor?
You need to use an existing React component in your web app.
You need to host your web app on a cheap static site host, like GitHub Pages.
You're not a C# expert.
You need to support older browsers.
You must answer all questions before checking your work.
Was this page helpful?