-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Real-World Web Development with .NET 10 - Second Edition
By :
To understand the benefits of a CMS, it helps to remember the two main roles that provide content for a website: one part of a website is managed by developers, and the other part is managed by editors.
In previous chapters, you learned how developers can create static HTML web pages and configure ASP.NET Core to serve them when requested by a visitor’s browser.
You also learned how ASP.NET Core MVC Razor Views can add C# code that executes on the server side to generate HTML dynamically, including from information loaded live from a database, like a product catalog grouped into categories, as in the Northwind database, as shown in Figure 14.1. Additionally, you learned how ASP.NET Core MVC provides a separation of technical concerns to make building more complex websites more manageable.
Developers typically also build specialized web pages that are more like tools or apps. These have complex processing requirements that are...