Hi all,
so i am a creating an app which communicates with a existing winforms.net application (and its sql database). One of the main feature of the winform application is that almost everything don dynamically, This gives a great amount of flexibility to the users. So gridviews are build totally from information from the database..
It would be great if we could add something like this to the app, but i guess that will be hard to do? We can't create dto classes for all database objects because the table fields are dynamic also. So company x could have added extra fields.
Any thoughts? Or should we keep the dataviews in the app fixed?
Regards,
Per