Timeline for What the best way to wire up Entity Framework database context (model) to ViewModel in MVVM WPF?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 2, 2014 at 17:11 | vote | accept | hal9k2 | ||
| Oct 25, 2013 at 16:15 | history | edited | user40980 | CC BY-SA 3.0 | Fix code format. |
| Oct 24, 2013 at 12:53 | comment | added | jimSampica | @Euphoric Yeah you could, but then you aren't guaranteed that the repository is used over the context. The whole point is to abstract away the way EF works into simple business requirements | |
| Oct 24, 2013 at 6:35 | comment | added | Euphoric | You can replace 'MyEntityRepository' EF's own context and you get the same result. Unless you want to wrap EF's context with your own "repository", increasing duplication. | |
| Oct 24, 2013 at 5:10 | history | answered | jimSampica | CC BY-SA 3.0 |