CotomyForm in Practice
A practical guide to Cotomy form classes, including QueryForm, ApiForm, EntityApiForm, and EntityFillApiForm, with real override points and usage examples.
A practical guide to Cotomy form classes, including QueryForm, ApiForm, EntityApiForm, and EntityFillApiForm, with real override points and usage examples.
Why Cotomy ended up with multiple form layers, and how that structure came from the gap between desktop application habits and web runtime reality.
A practical guide showing how I usually structure search screens, edit screens, and read-only screens in Razor Pages with Cotomy.
How unstructured API calls became the next bottleneck, and how form classification reshaped my TypeScript foundation.
Why Cotomy standardizes query-string search, AJAX submit, and shared form contracts to control long-term cost in business systems.
How CotomyApi is used in real screens: HTTP methods, options, exception mapping, key collisions, and explicit UI updates.
How CotomyElement handles value, text, and what actually gets sent in POST requests.
Design screen entry first with CotomyPageController, then structure CRUD flow around one endpoint boundary.
Binding, creating, and managing UI structure with CotomyElement in real DOM-centric workflows.