Chapter 9: Architecting Modern Web Solutions with ASP.NET Core and Azure
Building rich and dynamic web solutions with ASP.NET Core and hosting them in Azure offers greater value over the traditional approach to web development practices.
This chapter provides us with a foundational understanding of how to architect web solutions with modern .NET technologies and cloud hosting scenarios.
In this chapter, we will cover the following topics:
- An overview of modern web solution characteristics
- Learning how to choose between traditional web apps and Single-Page Apps (SPAs)
- Understanding the project structure in the popular SPA frameworks
- Exploring hosting options in Azure with high-level recommendations
By the end of this chapter, we will have learned how to architect cross-platform modern web solutions with ASP.NET Core to take advantage of its improved performance, which is one of the most obvious benefits of this framework along with its cloud-based development...