Banner Image

Entity Framework Tool

About

The Entity Framework Model Tool is an inhouse utility that was built in 2019 to support development of Everin Pty Ltd software projects. It accepts an input text file written according to a custom markup language.

The input text file describes a database schema.

The tool parses the input file and generates the following supporting C# code:

  • Database Context extension class
  • Table Controller classes
  • Data Entity classes
  • Client Data Model classes
  • Data Store classes and Store Manager class

This tool allows for changes in the schema markup text file to be easily propagated through to client and server projects, and subsequently published.


Back