Are there any good resources for developing Entity Framework 4 code-first?
Posted
by KallDrexx
on Stack Overflow
See other posts from Stack Overflow
or by KallDrexx
Published on 2010-05-23T03:06:44Z
Indexed on
2010/05/23
3:10 UTC
Read the original article
Hit count: 420
I am trying to convert my model-first project to code-first, as I can see dealing with the models with the graphical designer will become hard. Unfortunately, with all my googling I can't find one good reference that describes how to do code-first development. Most resources are out of date (so out of date they refer to it as code-only), and the other references I can find seem to assume you understand the basics of context building and code-first (for example, they reference code to build contexts but don't describe where that code should actually go, and how it's actually run).
Are there any decent resources for code-first development, that describe how to map your POCO entities into a database schema?
© Stack Overflow or respective owner