I am developing a library application. Not a library of a large size, but a library of a very small scale, where my main task is simply to store information about books. But this library application should be able to adapt to any professional private library. For example, for a lawyer, in addition to basic information about the book (title, author, publisher, etc.), there may be other special fields associated with the book (case number, court number, etc.). The doctor may have other special attributes for the book. The same goes for other professions.
So, I am going to use the SQL Server CE database, and I hope to have a BOOK table with the usual attributes and at the request of ALTER, so that the table meets the special needs (add more columns).
But my concern is with the dynamic dynamic interface to support new attributes.
Are there any approaches to solving the dynamic generation of a graphical interface?
I am not asking for the full code (which I obviously wonβt get), but if you have any encoding to support the approach, please be kind enough to post it :)
Is there anything I need to know about the pros, cons, dead ends, warnings or warnings?
user-interface c # dynamic sql-server-ce
Ranhiru coooray
source share