asp.net-mvcasp.net-mvc-4scalabilitylarge-scale

Is it reasonable to develop large-scale projects in ASP.NET MVC 4?


Is it reasonable to develop large-scale projects (social networks) that in perspective will process millions of visits per day in ASP.NET MVC. I guess in that case performance of the site will be extremely slow. I need some advice. What is better choice for building social network in terms of performance and scalability? Is it ok to build it in ASP MVC or it is bad choice? May be it is better to do it with Ruby on Rails for example? How do u think? Thanks in advance!)


Solution

  • StackOverflow itself was written with ASP.NET MVC. According to wikipedia it has over 1,700,000 registered users as of June 2013. I would say that is a good enough testament to the power of ASP.NET MVC for large scale social based applications