Description:This guide provides end-to-end guidance on building monolithic web applications using ASP.NET Core and Azure. In this context, “monolithic” refers to the fact that these applications are deployed as a single unit, not as a collection of interacting services and applications. In some contexts, the term monolith may be used as a pejorative, but in the vast majority of situations a single application is much easier to build, deploy, and debug than an app composed of many different services, while still achieving the business requirements.
This guide is complementary to “.NET Microservices. Architecture for Containerized .NET Applications”, which focuses more on Docker, microservices, and deployment of containers to host enterprise applications.