2

There seems to be little documentation on the new WebAssembly ASP.NET Core hosted model. I realise that Blazer WebAssembly model is in preview until May 2020, however, once the latest preview template is installed in Visual Studio 2019, there is the option to use ASP.NET Core hosted.

enter image description here

From what I can gather, this model appears to be a hybrid between the Blazor Server App and the Blazor WebAssembly App hosting models in that in addition to using the client to render in WebAssembly, also employs server technology, e.g. SignalR.

What would be the benefits of using this hosting model?

0

1 Answer 1

1

What would be the benefits of using this hosting model?

In the hosted model, the server will:

  • serve the client (wasm) Blazor application
  • typically provide APIs that will be consumed by the client application

In the hosted model, you do not need SignalR to get the Blazor app working

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.