I was asked the following question a couple of times and feel that I could have a better answer, so I pass it on here, hoping to find more resources, books on blogs or pointers when writing scalable MVC3 C # code. If you have pointers to write more efficient code hosted on multiple servers, I would really appreciate it. For the sake of arguments, we can say that this will be for a code that expects more than 10-20 thousand hits per day.
Question: What coding considerations do you take into account when writing scalable code that spans multiple servers?
My gut tells me that the answer lies with the processing session. Over the past few years, my experience has been that writing applications and applications for applications is not much for web applications, so I am looking for information that can help me in developing web applications, especially for C # MVC3. Any blogs or books that you offer, I will definitely consider!
source
share