DEV Community

Discussion on: Choosing Between Blazor Server or WebAssembly

Collapse
 
michaeljolley profile image
Michael Jolley

Great question! If you have an existing API (.net Core or otherwise,) you will probably lean toward Blazor WASM. With Blazor Server, you don't necessarily need an API because your requests are being handled on the server directly. Whereas Blazor WASM will need an API to handle data.

Collapse
 
dyagzy profile image
dyagzy

Fantastic, now I get the difference and which to use when.
I will check-in with you whenever I have a bug because it was after I had read your article on Blazor that I decided to learn about it. So you are going to be my number one go-to on Blazor

Thread Thread
 
michaeljolley profile image
Michael Jolley

Trust me. There are better sources out there. ☺But feel free to reach out and I'll help as much as I can.