Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rlv-dan/DynForm
C# WinForms library for semi-automatic form dialogs for editing entity data
https://github.com/rlv-dan/DynForm
Last synced: 3 months ago
JSON representation
C# WinForms library for semi-automatic form dialogs for editing entity data
- Host: GitHub
- URL: https://github.com/rlv-dan/DynForm
- Owner: rlv-dan
- License: gpl-3.0
- Created: 2014-09-13T11:19:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T17:54:03.000Z (over 6 years ago)
- Last Synced: 2024-06-17T15:51:25.546Z (5 months ago)
- Language: C#
- Homepage: http://www.rlvision.com/blog/introducing-dynform-a-c-library-for-semi-automatic-winforms-dialogs
- Size: 43 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starz - rlv-dan/DynForm - C# WinForms library for semi-automatic form dialogs for editing entity data (C# #)
README
DynForm
=======*C# WinForms library for semi-automatic form dialogs for editing entity data*
Application development often involves creating dialogs where the user is presented a form to enter or edit some sort of data. DynForm aims to make development of this a little bit easier. By implementing a simple interface into your data entities, the DynForm library will be able to semi-automatically build a form and display it to the user to fill in.
A simple code example to get started can be found at my blog:
http://www.rlvision.com/blog/introducing-dynform-a-c-library-for-semi-automatic-winforms-dialogs
The source code includes a sample application, showing how to use most features.
### Screenshots