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.
- Host: GitHub
- URL: https://github.com/n-yousefi/derafsh-sample
- Owner: n-yousefi
- License: apache-2.0
- Created: 2018-03-25T18:56:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T20:28:26.000Z (about 7 years ago)
- Last Synced: 2025-01-27T10:44:47.130Z (5 months ago)
- Topics: asp-net, automatic, derafsh, dynamic, mvc, orm, patterns, repository, sql-server, viewmodel-pattern
- Language: C#
- Size: 1.71 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.