Skip to content

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

License

Notifications You must be signed in to change notification settings

n-yousefi/Derafsh-Sample

Repository files navigation

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.

Before running

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