evoluteur / evolutility-asp.net

Lightweight CRUD framework for heavy lifting using ASP.net and MS-SQL Server.
GNU Affero General Public License v3.0
40 stars 18 forks source link

Is there a metadata generator? #2

Closed landall closed 4 years ago

landall commented 4 years ago

Must I write a xml handily or there is a generator for it?

evoluteur commented 4 years ago

There is a metadata generator. To use it you must store the metadata in the DB (it's possible to export it to XML later). Run the web site and go to the /EvoDico/EvoDicoWiz.aspx page.

landall commented 4 years ago

Thanks. Glad to find this great work. It is very difficult to find such framework. maybe you should add some more feature to the name of this project, such as no-coding CRUD website generator or generate a multi-user CRUD web application from your database. ^_^