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:
This tool allows for changes in the schema markup text file to be easily propagated through to client and server projects, and subsequently published.