Questions
The following questions are provided for your consideration:
- What are the benefits of using a hosted Blazor WebAssembly project versus a standalone Blazor WebAssembly project?
- Is it better to use an
@code
block for the code or to use a partial class for the code?