Repository Pattern with Entity Framework 3.5
- by Ravi
I am developing a Database File System.
I am using -
.Net framework 3.5
Entity Framework 3.5
WPF with MVVM pattern
The project spans across multiple assemblies each using same model.
One assembly,let's call it a "server", only adds data to the database using EF i.e. same model.Other assemblies (including the UI) both reads and writes the…