Hi Karl,
if there is a request to do that I can do it.... but my session is about another thing - and this application is a good example for using different databases: as storage it uses a PostgreSQL database, but it reads some data from an ADS database (used mainly by VO applications), and other data from a MS SQL Server database (used by Combit cRM), and the plan is to write some data also to ADS where i will be used by VO applications.
My plan some time ago was to write a framework in the XSharp.Tools project and use that as base for such a sample application.
But missing time and too many new projects have suspended that, and I have to admit that also my programming style has changed over the years: first I used a standard DataTable object as model for the browse views, but now I have changed to an ObservableCollection of the single models.
This application may also be a sample how to build a window with as less code as possible - writing these windows in XAML would be a nightmare, but in pure code they are much easier to maintain.
Wolfgang