Binding Entity Screens to UI and Database Safely

Entity structure and UI controls are often bound through fragile string matching. This article explores the structural gap and Cotomy’s mitigation approach.

Why I Chose C# for Business Systems and Still Use It

Why I continue using C# for daily business system development, and why solution/project boundaries matter more than language syntax.

Dynamic HTML Boundaries in CotomyElement

How I handled dynamic HTML input in CotomyElement, where parsing breaks, and why the boundaries became strict.

The CotomyElement Constructor Is the Core

Why the constructor overloads capture my real design intent: locality, scoped CSS, and practical DOM ownership.

Page Representation and the Birth of a Controller Structure

How I struggled to bind logic to individual pages, and how controller classes gradually gave my TypeScript library framework-like properties.

API Standardization and the Birth of Form Architecture

How unstructured API calls became the next bottleneck, and how form classification reshaped my TypeScript foundation.

The First DOM Wrapper and Scoped CSS

How ElementWrap emerged from jQuery migration and CSS collapse, and how scoped styling reshaped my UI architecture.

Early Architecture Attempts

The pragmatic early design that predated Cotomy: PHP routing, template friction, and the first DOM-wrapper impulse.

Building Systems Alone

How working as a solo internal engineer reshaped my architectural thinking.

Cotomy v1.0.5

Patch release that simplifies default bind generator state handling and refreshes release-note references.