Is there are a guide published by microsoft or somebody else about the best practices for creating scalable web applications? like patterns to use and how to do data access.
They can deploy highly scalable as well as high-performance web apps. Along with application monitoring and different other performance tools like a profiler, ASP.NET has turned out to be a powerful solution for creating incredible applications.
Hardware Resources The time it takes to run the complex calculations could slow down the response time and limit the scalability of the application. The best solution to these types of problems is caching pre-computed values and performing calculations in a separate background job.
Scalability means keeping the same performance even during peak usage times or while supporting a higher number of users in general.
The best advice I can give is to do these three things (roughly in order):
The Microsoft Patterns & Practices group is a good one stop shopping ground for that.
Edit: Here is their guide specifically on Scalability and Performance. Chapter 6 includes information specific to ASP.NET Performance and Chapter 17 includes information about Tuning.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With