Can I use both Blazor WebAssembly to build full-stack apps?
Loading
Can I use both Blazor WebAssembly to build full-stack apps?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Feb 27, 2022, 2:27 PM
Gajendra JangidPosted Mar 10, 2022, 11:23 AM
Blazor is a Single Page Application framework created by Microsoft. With Blazor, you write C# to generate dynamic content and with Blazor WebAssembly you can become a full stack developer with C# on both front end and back end.
Mahesh ChandPosted Feb 27, 2022, 2:43 PM
Sachin SinghPosted Feb 27, 2022, 9:50 AM
Full-stack = Client-side development (using frameworks like Angular/React/Blazor) +Server side development (using Web API)
or using a single server-side framework like asp.net MVC/razor.
Blazor web assembly is just a client-side framework like angular that enables us to write code in c# and take advantage of existing .Net libraries, so you will need to learn Web API/ SignalR to make a full-fledged web app with blazor web assembly.
Arvind YadavPosted Feb 26, 2022, 5:52 PM