Hi,
I would like to use the metadata programming so that it is fast to add fields and entities dynamically to the application using C#.
Can anybody guide me in that?
The admin user should be able to add fields, define entities and it should automatically reflect in the database and the UI without recompilation. This principle is followed in most of the ERPs. Is there any design pattern for the same?