I'm new to WPF.
Can anyone give me any good tutorial how binding datagrid to entity framework? I've generated the objects model from database with entity framework: i want show on the datagrid the content of some table. How can i add/delete/modify datagrid cell/row and so update the database?
Thanks