C
C#11mo ago
IcyIme

❔ asp.net core with angular or blazor which pick?

i wonder what is better to start new projects... asp.net with angular or asp.net with blazor
18 Replies
friedice
friedice11mo ago
well the pros of blazor is that everything's in C#, so you can share DTO's within the FE and BE no idea what your idea of "fast job" is though
IcyIme
IcyIme11mo ago
my bad i mean to start new projects
friedice
friedice11mo ago
I mean, either or works? If you have a fairly simple front end, you can probably pump out projects in blazor a bit easier
IcyIme
IcyIme11mo ago
??
friedice
friedice11mo ago
I don't really understand your question. Define "better"
IcyIme
IcyIme11mo ago
i mean which this combinations are better to projects...
friedice
friedice11mo ago
Are you working in a team? How large is your team? Are there any functional requirements for these projects? Is it customer facing? How many users will your projects have? etc.. "better" is subjective to your requirements
IcyIme
IcyIme11mo ago
for personall use
Denis
Denis11mo ago
Angular isn't so hot nowadays Do it with blazor Or try choosing something like React or Vue
IcyIme
IcyIme11mo ago
so what u personall work in?
Denis
Denis11mo ago
If I need web, I choose blazor But I'm not really a web dev. I primarily do desktop development
IcyIme
IcyIme11mo ago
i want to learn web dev for hybrid apps i founded some courses
Denis
Denis11mo ago
What do you mean by hybrid apps? Like web/desktop? Or progressive web Apps?
IcyIme
IcyIme11mo ago
progressive bcs u can run everywhere where is internet in near native speed
Denis
Denis11mo ago
Then why not take it a step further and do PWA + WASM And you can run a web app even if you don't have internet access That's where blazor client comes in handy
IcyIme
IcyIme11mo ago
idk instagram is progresiive web app and twitter too ehm sorry x
Denis
Denis11mo ago
So is draw.io And this is a great example of an app type could use offline Sp it depends on what you are creating, of course, but don't throw the options of WASM out the window. You can enhance your user experience by allowing it to run without an internet connection
Accord
Accord11mo 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.