Here’s the deck and sample code from our talk ‘Real-world Entity Framework’ at DevTeach Vancouver, BC. In this talk we show the mechanics of working with database-first EF, using an order entry system. Our code examples include both read and CRUD operations. We also talk about lazy vs. eager loading. We show patterns (using Loaders), which make your code more readable, reusable and testable too.
Sample code includes sample database set up and sample data and completed demo code files – get everything here.