59 Views
You've probably heard talk of Blazor Wasm, but what is it and how can you use it to rapidly build your web applications? In short, client-side Blazor (Blazor Wasm) brings C# to the browser. We're all familiar with the idea of writing JavaScript, which runs in the browser, but now we have another option: to write C# and run that in the browser too.
0 comments