Table Of Contents 1. Introduction 2. Scenario 3. Analysis 4. Design 5. Implementation 5.1 Meeting Availability Service 5.2 Defining the domain model 5.3 The Workflow 5.4 Email Service 5.5 Testing The Email Service 5.6 The Client 6. Summary 1. Introduction A few weeks ago I was playing around with WF 4.0 declarative workflows. One of the questions that a ...
Read More »Home »
Implementing Inheritance with Entity Framework Code First
1. Introduction This walkthrough is an introduction to implementing inheritance with Entity Framework, Code First approach. A simple strategy for mapping database tables might be “one table for every persistent class”. This approach sounds simple enough and, indeed, works very well until I encountered inheritance. The requirement I was tasked with was simple, develop and implement a database for books. In ...
Read More »