Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Exercise 6.1 – Online material
“What are the best practices for optimizing content delivery using Cloudflare’s CDN? Any tips for improving website performance?”:https://community.cloudflare.com/t/what-are-the-best-practices-for-optimizing-content-delivery-using-cloudflares-cdn-any-tips-for-improving-website-performance/557911
Exercise 6.2 – Practice exercises
The following practice exercises help you to explore the topics in this chapter more deeply.
Practicing improving scalability by understanding and implementing async action methods
Almost a decade ago, Stephen Cleary wrote an excellent article for MSDN Magazine explaining the scalability benefits of implementing async action methods for ASP.NET. The same principles apply to ASP.NET Core, but even more so because...