Hello I’m new to WPF and MVVM I’m trying to find the best way to separate the ViewModel from the DBContext
I’m using EF6 code first
I have Tables and I want To add To this Tables a value from my ViewModel (Most of the time I’m working with more than one table in my ViewModel)
I’m thinking about IDataHelper
but I don’t understand it very well
can any one help with some sources that I can learn from it
or is there any easier way
New contributor
TonyD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.