While developing a wpf application using mvvm
, my boss tells me to find a way to map data from model classes to object.
Is there anything as such or am I getting it wrong, and I tried using the "entity framework" to do the job.
But it doesn't meet his requirements, you can assume that i am particularly new to mvvm as such and is there any helpful solution I can look into?