What server-side language should I learn to be able to start big user-input websites (like twitter, facebook, stackexchange...)?

Posted by DarkLightA on Programmers See other posts from Programmers or by DarkLightA
Published on 2011-01-04T17:28:49Z Indexed on 2011/01/04 17:59 UTC
Read the original article Hit count: 187

I'm thinking ASP.NET, but I don't really know. Can someone tell me what a good server-side language for the "Zuckerberg-dorm-room-starting-up-a-huge-website" deal? I know the latter used PHP, but as I've understood it that's kind of outdated and C#/ASP.NET is a better way to go about it.

Is HTML + CSS + JavaScript + C#/ASP.NET MVC + MySQL a good combination for it? Is MySQL combined in ASP.NET MVC?

Also, where's a good tutorial for the server-side language you suggest? As mentioned previously it has to be able to handle massive user-input without much fuss.

© Programmers or respective owner

Related posts about programming-languages

Related posts about web-development