Please provide real time application with CRUD Operation with WPF MVVM.
I want to display list of customers (with Edit and Delete button in each row) in customersList view page and I want to show Edit or Creating a customer in CreateCustomer view page.
plz guide me , how to achive this in WPF MVVM
Loading
TulasiPosted Jan 29, 2014, 5:07 AM
Thanks for reply , i have gone through the link which u are specified .
i have created a sample application as i mentioned in the above .
Here my doubt is how to pass cutomerid from customerlistviewmodel to createcustomerviewmodel.
Sunny SharmaPosted Jan 29, 2014, 4:53 AM
There's lot of examples out there over C# Corner platform i.e. Articles / Books. Also, have you ever considered to look around your question? There's a section- "OUR RECOMMENDED SOLUTIONS", that you get right below your question after you post your question.
Here are few links from the same location:
http://www.c-sharpcorner.com/UploadFile/raj1979/simple-mvvm-pattern-in-wpf/
http://www.c-sharpcorner.com/uploadfile/dhananjaycoder/crud-operation-in-Asp-Net-mvc-framework/
http://www.c-sharpcorner.com/UploadFile/1492b1/complete-crud-operations-in-mvc-4-using-entity-framework-5-w/
http://www.c-sharpcorner.com/UploadFile/krishnasarala/select-insert-update-and-delete-with-Asp-Net-mvc/
Googling can also really help in meantime:
http://henry-tshobo.blogspot.in/2011/03/complete-crud-application-using-mvvm.html
Happy Learning :)