WPF Enterprise MVVM Session 4 - Implementing CRUD operations (Create, Read, Update, Delete)

Download Source Code (Recommended) In this session, I teach you how to implement the remaining CRUD operations using test-first approach with MVVM. You will create new business layer api’s with unit tests, add new functionality to the existing view-models, and refactor existing functionality to faciliate new expectations about the code and its behavior.
Back to Top