Hi,
I'm working on an application that has a large domain - i.e. Customers, SalesOrder, Suppliers, Products, Stocks etc. - and have discovered that the WinForms data binding is a little too restrictive for what I need.
Is there a useful design pattern for setting up the populating of forms and updating of the underlying data?
Thanks