Forgive me for my ignorance about this, but I'm a pretty experienced php programmer who has no experience in any other web programming languages ββbesides some Ruby.
I was told that ASP and ASP.NET are somewhat equivalent to PHP, since they perform basically the same tasks, i.e. process the message and receive requests, print html, access the database, etc.
So, if they are similar, and in PHP I can basically do everything I need for a web application, then why do I need another language in Microsoft Stack, namely C #?
If I'm not mistaken, C # is one of the most requested languages ββhere in SO, so I guess I'm missing something big here.
May I have a clarification? thanks in advance
source share