WPF Enterprise MVVM Session 2: Adding Data and Business Layers using Entity Framework

Don’t forget to like and subscribe if these videos helped you. :) Source code: Slide deck: Second video in the Enterprise MVVM in WPF series where I demonstrate the practice of adding a data layer and business layer using Entity Framework and test driven development (TDD). Learn how to make a unit of work business context that you can use to encapsulate your business rules and logic, but still be able to go a layer down to entity framework. Series: Part 1: htt
Back to Top