Summary: Modern Design Patterns for Scalability

Summarize what you’ve learned in this chapter.

We'll cover the following

Wrap up!

In this chapter, we examined some key indicators of application performance, how easily resources can be adjusted to accommodate demands on the application, and how to set up automatic scaling for certain pieces of infrastructure. General scalability patterns commonly focus on being able to adjust the CPU or memory available to the application as a means to mitigate an increase in demand.

There are even ways of implementing new language features to help increase processing efficiency, as seen with the new FileStream object improvements in .NET 6.

Get hands-on with 1200+ tech skills courses.