+ 6
What can you say about ASP.NET?
I want to know from more experienced web developers who use it their opinion: is ASP.NET really useful for something? I know it has interesting features that none of JS framework has, but is it better than using Angular or React with Node for building a website?
2 Answers
+ 8
I don't have much idea about it but I have heard that Sololearn uses it on the server end.
+ 2
It's advantage over JS Frameworks is C#'s multithreading capabilities. And recently with the addition of Web Assembly, you can run pure c# code in the browser. ASP.Net is more scalable.