What I'm doing is Making a DAL with EF5 for Prism-WPF.
Here trying to separate each pieces as much as possible.
I saw samples on getting work a local app.config in DAL's.
Now I'm trying to do similar act.
-------------------------------------------------
I provided a sample binding on it,
In my real project the MVVM binding works fine, and just the problem was getting entity work.
in the provided simple sample I think may be a minor MVVM problem also happened which caused that in addition to EF Context, the binding should have an issue.
using EF5, Prism, Unity
The Sample:
https://skydrive.live.com/#cid=74F7FE450ECC8855&id=74F7FE450ECC8855!107There is a sample binding I'm looking to make it work.
Really needed help on this, and It's urgent for me.
please feedback on the code.