Prism 4 Commanding and its facility of the CommandBehavior help to develop End-To-End application for DML operations using controls like the WPF DataGrid. In this article, Mahesh Sabnis shows a practical implementation of the same.
Source: Dot Net Curry
While discussing WPF 4 and Prism 4 with one of my clients, we got into a discussion about DelegateCommand provided in Prism 4. We discussed questions on WPF and Prism End-to-End application development where WCF, ADO.NET EF and WPF DataGrid is used for Insert and Update operations. I immediately started working on an end-to-end scenario that provides commanding facility to the WPF DataGrid for performing Update and Delete operations. This article discusses a small application around the same, with the following architecture.