Examples of WPF forms for usual CRUD scenarios

Posted by MicMit on Stack Overflow See other posts from Stack Overflow or by MicMit
Published on 2010-03-31T22:55:16Z Indexed on 2010/03/31 23:03 UTC
Read the original article Hit count: 1269

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about wpf-controls