Chapter 6. Page Templates

In This Chapter

Built-in Page Templates

Creating a New Page Template

Custom Page Templates

URL Routing

Page Template Lookup Rules

Implementation of CRUD (Create, Read, Update and Delete) operations has been an ongoing challenge in web applications. The problem is not so much their complexity, but rather a sheer number of the pages that have to be implemented in a typical enterprise application. It is common in web applications to have a separate web page for implementing each type of operation, with one page for editing a particular entity type and another for displaying it in Read-only mode. The resulting number of pages can quickly become unmanageable in enterprise applications that have dozens and sometimes ...

Get ASP.NET Dynamic Data Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.