Search Results

1
vote

How well does .NET scale?

It all boils down to 3 things: How well is the application planned What was the initial scale goal of the person who built it Ongoing work in the pits to improve and …
2
votes

What are the key factors that ensure successful ASP.NET application scalability?

These are our internal ASP.Net Do's and Don't Do's for massively visited web applications: General Guidelines Don't use Sessions - SessionState=Off Disable ViewStat …