Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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