Working with CotomyElement

Binding, creating, and managing UI structure with CotomyElement in real DOM-centric workflows.

CotomyPageController in Practice

Design screen entry first with CotomyPageController, then structure CRUD flow around one endpoint boundary.

Standardizing CotomyPageController for Shared Screen Flows

How to standardize list-style screens with CotomyPageController-based structure.

Building Business Screens with Cotomy

A practical guide showing how I usually structure search screens, edit screens, and read-only screens in Razor Pages with Cotomy.

Handling Validation and Error Display with Cotomy

A practical guide to field validation, submit errors, and API failures while keeping Cotomy screens in one clear flow.

Building Search Screens with Cotomy

A practical guide to the search-screen baseline I usually use with Cotomy, using server-rendered results, URL query state, and clear navigation to detail screens.

Navigating from Search Results to Detail Screens with Cotomy

A practical guide to moving from server-rendered search results to detail or edit screens with Cotomy while keeping list ownership, navigation, and edit lifecycle boundaries clear.