Examples of WPF forms for usual CRUD scenarios
- by MicMit
There are plenty of such examples shown for Silverlight at recent Microsoft conferences ( Creating amazing LOB applications in SL 2,3,4 ... ) .
They even invented DataForms starting from Silverlight varsion 3.
Basically I need an example of grid view ( maybe with possibility to filter, preferably DataGrid control ) from which we may update/delete selected record(s) or add new ones working against SQL Server database without service layer.