Rab Hallett's blog
Step 2: Ensure "Context Agnostic" Code Context Agnostic means that your Business Logic code shouldn't be aware of what context class it is using. We need to ensure that any hard dependencies on your generated Vanilla ObjectContext are replaced with ......