C#-WPF MVVM entity framework(подход code first)
Can anyone provide an example, or point me to a walkthrough? I need clarification on how to make a sql table(SQL Express) using code first approach in entity framework model and:(add, edit, save & delete) in that table, and to do that using MVVM pattern, in a WPF application. Specifically I am facing a problem in trying to create the database using the c# code in the wpf application I would really appreciate advice.
Что я уже пробовал:
я попытался создать приложение wpf для существующей базы данных используя подход database first но у меня возникли сомнения при попытке преобразовать его в шаблон MVVM