Implementing a Persistent Repository

In this chapter, we are going to fix the most pressing problem in our example application—a lack of proper model persistence. To do this, we will use the Entity Framework again but in a different way to the approach we used previously.