An open API service indexing awesome lists of open source software.

https://github.com/n-yousefi/derafsh-sample

a ASP.Net MVC template to create dynamic insert, edit and index forms for complex related models.
https://github.com/n-yousefi/derafsh-sample

asp-net automatic derafsh dynamic mvc orm patterns repository sql-server viewmodel-pattern

Last synced: 3 months ago
JSON representation

a ASP.Net MVC template to create dynamic insert, edit and index forms for complex related models.

Awesome Lists containing this project

README

        

### Create dynamic forms in ASP.Net MVC
This sample shows you how to create one insert, edit and index form for all objects and complex objects. This is achieved by the power of Asp.net MVC and with the help of [Derafsh ORM](https://github.com/n-yousefi/Derafsh).

### Before running
please execute database generation scripts placed in GenerateDb.sql inside DataBaseScripts folder.