CodingWithDavid / StaticToBlazor

7 part series on converting a free bootstrap template into a Blazor app
MIT License
2 stars 3 forks source link

Blazor webassembly #1

Open DeveloperRaymond opened 3 years ago

DeveloperRaymond commented 3 years ago

Great and clear practical tutorial for static website to blazor. Thanks a lot. I just wanted to know why did you choose Blazor server over web assembly?

CodingWithDavid commented 3 years ago

I am glad you like it. I had no real reason, my main project I start with is server side. Web assembly should work just as well with the same code.

DeveloperRaymond commented 3 years ago

Alright, thanks for your response. Also, your posts are great, educational too. thanks for giving back to the community