Hello everyone. Please let me know which is the best Front end framework with .net core.
Loading
Hello everyone. Please let me know which is the best Front end framework with .net core.
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.
Nitin SontakkePosted Mar 25, 2022, 9:24 AM
Mahesh ChandPosted Mar 26, 2022, 3:13 AM
If you're a .NET developer and good with C#, your best option is Blazor. Not only Blazor is the newest front-end but offers many benefits for .NET developers. You don't need to learn JavaScript. You also have a choice between server side vs client side (browser, WebAssembly). Blazor allows you to build apps much faster with much less code to type compare to other front end frameworks. Strong components model allows you to create user controls and use them anywhere. Blazor is also innovating much faster and so is .NET and C#.
If you are good with JavaScript, you can go with React or Angular, both are great. React seems to be lightweight compared to Angular.
If you're good with TypeScript, go with Angular.
Cheers!
RohanPosted Mar 25, 2022, 9:30 AM