Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
As per my research most of the cases we found that with backend asp.net core they use angular framework. My question is why they choose it ? Need to know elaborately. If I build a rest api with .Net core then which framework should we use ?


What I have tried:

I need this information for deciding my frontend learning path
Posted
Updated 20-Feb-22 22:24pm
Comments
Jo_vb.net 19-Feb-22 14:38pm    
Here is a nice blog https://www.simform.com/blog/best-frontend-frameworks/
Maciej Los 20-Feb-22 7:35am    
Your question is not clear to me. At this moment i understand that you want to use .NET Core framework. On the client side you can use Blazor, Angular and few others. Please, see: Introduction to ASP.NET Core | Microsoft Docs[^]

1 solution

The answer is it depends on what the solution is trying to achieve.

Angular is not for the faint of heart as it has a steep learning curve.

React.js is very popular and has a lot of community and 3rd party support.

Microsoft's answer for SPA apps is Blazor. Blazor is what I would recommend.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900