For questions and support please contact Le on Twitter @LeLong37.
For documentation please refer to:
Unit of Work and Repository Quick-Start Video (Uploaded: 01/03/2012)
This video will touch on the following topics:
- Entity Framework Power Tools
- Uow & Repo Framework
- Generating EF Mappings and POCO's
- Upgrading the stack to EF 6.2
- Basic Customer CRUD Use Case with MVC Scafolding Template w/ Async
- Refactoring the CustomerController to use UoW & Repo Framework w/ Async
- Why the ICustomerService Approach?
- Why Commit Unit of Work Outside the Service vs. versa
- Quick Examples with Eager Loading, Filter, and Sorting