I am tasked with writing a WPF app that performs crud on 100 or so odd tables that are related.
I would have to write everything by hand.
My goal is to put a control in a WPF window, point it to the Domain Model and control allows users to perform CRUD operations.
Are there any out there that exist. I have spent some time looking and can't seem to find anything.