1
votes

Ive been watching the .Net Conference and I am confused on the following screen shot. I am familiar with Blazor and the 2 hosting flavors, WebAssembly and Server. However, this screen shot seems to be a hybrid.

enter image description here

The BlazorNet5.Server looks to be a Server version of Blazor, however, the Component type is being labeled as a BlazorNet5.Client.App as well as a script reference to Blazor.WebAssembly.js which normally is blazor.server.js. Can someone explain what is going on here and what the benefits are?

1

1 Answers

0
votes

It's the new server side prerendering feature of Blazor WASM. Available in .Net 5