Skip to content

A project to generate .NET objects based on database (or other kind) of models using the Razor view engine.

License

Notifications You must be signed in to change notification settings

The-Running-Dev/Tools-CodeGenerator

Repository files navigation

CodeGenerator

A project to generate .NET objects based on database (or other kind) of models using the Razor view engine.

Work in progress, still needs polishing.

Currently:

  • Generates .NET classes for each table in MySql
  • Generates .NET interface class for each table in MySql
  • Generates .NET repository class for each table in MySql

Example use is in the CodeGenerator.Tests project.

About

A project to generate .NET objects based on database (or other kind) of models using the Razor view engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages