C
C#2y ago
Sawaid

❔ What is this Blazor Wasm with Server template?

What is this Blazor Wasm with Server template?
3 Replies
FusedQyou
FusedQyou2y ago
googleintensifies I feel like you're answering your own question, the way you asked it.
HowNiceOfYou
HowNiceOfYou2y ago
In case you couldn't muster up the courage to open google, Blazor WebAssembly with Server template is a project template in ASP.NET Core that allows you to build web applications using Blazor WebAssembly and C#, running client-side in a web browser via WebAssembly. The template also provides the option to host the Blazor WebAssembly app on a server for enhanced security and features such as server-side rendering, authorization, and data access. The Blazor WebAssembly with Server template provides a full end-to-end solution for building web applications that use the Blazor WebAssembly and ASP.NET Core technologies.
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.