Introducing NXM.System


Full stack framework for Line-Of-Business Applications


This single line

<string_field name="Name" length="256" />

is all you need to:

  • create database column
  • access it via EntityFramework or custom provider
  • transfer to/from application host (if different from storage server)
  • create schema for exchange with foreign systems
  • process data in fast, native-objects work sets (documents) with change propagation logic
  • or in flexible, runtime shapeable model-object work sets (documents)
  • perform client/server validation
  • send it to/receive from client using end-to-end encryption

in modular, multi-tenant, multi-language application host environment, consisting application instance management, db-migrations, user sessions, extension-services (plugins), multi-part transactions, host instrumentation and much more.

And this one line

<nxm-text-field field="Name" being="required" length="24" />

puts editable-field on interactive, responsive or mobile form, styled any way you want, including:

  • client side validation
  • data exchange with host
  • optional offline operations

in modern JavaScript client (written in C#), designed for desktop and mobile applications, with modularity, multi-language, edition versioning and much more.