dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.42k stars 10k forks source link

Should Blazor WebAssembly be renamed? #15425

Closed Doan-Van-Tuan closed 5 years ago

Doan-Van-Tuan commented 5 years ago

The Blazor name is used for both Client-side and Server-side stack, which are different technologies, leading to confusion and difficulties in searching for online resources.

In order to make things easier for the community, I think MS should find a new name for Blazor Wasm. Wazor anyone?

MV10 commented 5 years ago

Using the same name for both is accurate. The plan is that Blazor implementations will differ only at the rendering layer and the rest of the stack really will be the same (within reason). There are more Blazor renderers being planned, this chart is from a presentation by Dan Roth last month:

chart

Doan-Van-Tuan commented 5 years ago

Thanks, make sense. Later on we will use the renderer name for this purpose.