I am trying to create a WPF project with MVVM and ADO.Net Entity Framework. I do have a few questions though.
- Do i create the Entity Framework Model in the Model Folder of the MVVM Design?
- Or do i have to create a new project for each item of the MVVM Model(i.e Views Project as a WPF Project,Model Project as a class libraray, ViewModel project as a class library)?