ITS · TECH JOURNAL

Technical ideas for better solutions.

Perspectives on enterprise architecture, applied AI, systems integration, software engineering, infrastructure, and the technologies shaping modern organizations.

Articles

23 articles shown

Data-Driven UIJuly 26, 20269 min read

Entity Management in Practice: From Entity Selection to Validation and Save

A practical workflow for selecting the entity context, finding records, changing classes, opening editors, resolving validation, and maintaining master lists.

Read the article
Data-Driven UIJuly 25, 202616 min read

Entity Management: One Configurable Editor for People, Facilities, and Master Lists

How entity types, classes, memberships, editors, properties, and permissions combine at runtime to manage almost anything through one consistent module.

Read the article
Data-Driven UIJuly 19, 202611 min read

A Cell Is a Control: How VS Rows Turn Any Grid Cell Into Any Editor

A field-level look at how ITS Framework metadata controls cell type, editor, style, validation, navigation, AI assistance, and read-only behavior without module-level code.

Read the article
Applied AIDecember 20, 202511 min read

The AI Layer of the ITS Framework

How ITSAI turns language-model capability into governed context, controlled data requests, multimodal input, cost-aware conversations, and reusable platform leverage.

Read the article
Business Development StrategyJuly 1, 202518 min read

One Challenge That Built an Enterprise Platform

How a small company built healthcare-grade software by turning senior engineering into configuration.

Read the article
Network ArchitectureJanuary 25, 202511 min read

Redundant Network Design with Two Independent FortiGates, VRRP, and Dual ISPs

How crossed VRRP, dual ISPs, SD-WAN, aggregated links, and Hyper-V NIC Teaming create a resilient shared network that can still be separated in the future.

Read the article
Enterprise ArchitectureOctober 17, 20246 min read

One Business, Multiple User Experiences

Modern organizations rarely need a single application experience. See how desktop, web, mobile, reporting, APIs, and AI can work as one governed platform while serving different users and workflows.

Read the article
Framework ArchitectureApril 19, 202312 min read

The ITS Framework Component Architecture

Eight composable .NET layers give the host, foundation, services, DAL, metadata-driven UI, and business modules clear ownership while allowing complete applications to emerge through configuration.

Read the article
Engineering Principles20229 min read

Four Works That Shaped How I Think as an Engineer

Four enduring lessons about design, information, complexity, and the human responsibility behind every engineered system.

Read the article
Enterprise ArchitectureOctober 8, 2020Updated July 21, 202617 min read

Microservices over a Single Database: Architecture Myths and the Cost of Treating the Database as Passive Storage

Why microservices over one shared database can add distributed-system cost without creating domain autonomy, data-tier scale, or simpler operations.

Read the article
Framework ArchitectureAugust 1, 2018Updated November 23, 202510 min read

The ITS Framework Assemblies: Catalog and Relationships

A layer-by-layer guide to the DLLs that compose the ITS Framework, explaining what each assembly owns, which components it depends on, and which parts of the runtime consume it.

Read the article
Enterprise ArchitectureJuly 19, 201814 min read

DataRow as Entity: A Tube from the Database to the Client

ITS Framework preserves the database row as the runtime entity, carrying schema, state, validation, binding, and changes from SQL Server to the user interface—and back without unnecessary DTOs or mappers.

Read the article
Web ArchitectureJuly 6, 2018Updated January 20259 min read

ITSV for Web: The Mirror of the ITS WinForms Controls

How reusable Web Forms controls translate the ITS metadata-driven UI model into dynamic grids, filters, action panels, secure server-resolved commands, and SSRS workflows.

Read the article
Project GovernanceMay 19, 201811 min read

Requirements Gathering Without the Middle Layer

How I.T.S. connects super users directly with analysts, architects, developers, and project leadership through observation, prototypes, and continuous validation.

Read the article
Framework ArchitectureFebruary 10, 20189 min read

CacheImg: The Image Cache of the ITS Framework

A process-wide image cache combines strong ownership of decoded images, weak wrapper references, usage-driven expiration, and adaptive maintenance to eliminate repeated disk reads across WinForms controls.

Read the article
Engineering PrinciplesNovember 16, 201716 min read

ITS Framework: Convention over Configuration, Configuration Before Hard-Coded Logic

A practical model for deciding what the framework should infer, what belongs in configuration, and what should remain stable in code—reducing ambiguity, repeated analysis, and maintenance cost.

Read the article
Project GovernanceOctober 201723 min read

The Sign-Off Culture: When Approval Replaces Validation

Why signed requirements cannot replace validation, how implicit requirements emerge, and why incremental delivery better protects software projects and client relationships.

Read the article
Framework ArchitectureSeptember 2017Updated May 12, 202320 min read

DAL as the Data Runtime Engine

The ITS Data Access Layer resolves named datasets, stored procedures, parameters, caching, runtime metadata, DataRow entities, and structured saves as one database-driven execution engine.

Read the article