2
Answers

Wpf and mvvm. Insert data in database using LinqToSql

Milos

Milos

13y
6.4k
1
hi guys. I work wpf application by using mvvm pattern. I have model with class which implement INotifyPropertyChanged. How to insert some data in database using LinqToSql? I also added LinqToSql class in my model.I watched for Repository pattern and Unit of Work, but I need help
Answers (2)