DEV Community

Cover image for JJMasterData - A .NET library to generate CRUDs from database metadata at runtime.
Gustavo Mauricio de Barros
Gustavo Mauricio de Barros

Posted on

JJMasterData - A .NET library to generate CRUDs from database metadata at runtime.

JJMasterData is an open-source .NET library to quickly create runtime pages from database metadata.

You can create a runtime CRUD with a simple tag helper in your View like this:

<jj-form-view element-name="MyMetadataName"

This will generate a result like this:
Image description

This runtime generated table supports:

  • All CRUD operations
  • Filters
  • Pagination
  • Data importation/Exportation
  • Audit Log
  • Custom actions

You can check more about MasterData at our GitHub or our docs.

Top comments (0)