Blazor, ASP.NET Core Hosted vs Server Side in ASP.NET Core
I am trying my hands on blazor.Net which is an experimental framework. I already developed a small project in this Framework and its awesome. But after recent update in Blazor Language Service on 14 November I Am seeing owo options in Template selection. First is Blazor (ASP.NET Core Hosted) Second is Blazor (Server Side in ASP.NET Core) There is no information about difference between them, Can anybody tell me what is difference between these two templates and when should choose which one? JohnB In the server-side hosting model, Blazor is executed on the server from within an ASP.NET Core app