Regarding WPF
-
How to insert data in database using mvvm in WCF
-
How to insert data in database using mvvm in WCF
I'm sorry, but your question is far too broad to be able to answer in a simple forum. Which particular part of this are you having a problem with? WCF? Saving to a database? The principles of MVVM? Some other issue? Remember that we don't know what problem you're actually trying to solve or what your level of knowledge is, so you have to help us by focusing in on the issue you're having a problem with.
-
How to insert data in database using mvvm in WCF
Try Using WPF MVVM for Database Access[^].
Mobile Apps - Sound Meter | Color Analyzer | SMBC | Football Doodles
-
How to insert data in database using mvvm in WCF
Just try to understand MVVM rather than going through some code. Once you can understand MVVM, You will get to know how to do that.
-
How to insert data in database using mvvm in WCF
Hi, Please picture the below points (WPF-> WCF-> DataBase) 1. MVVM is an architecture design pattern used in WPF 2. WPF application need to consume a WCF service for performing CRUD operations 3. WCF will contain the logic for performing CRUD operations with Database for that you can use NHibernate, Entity Framework or with simple ADO.net etc