Series of articles about EF Code First
As I begin to work a lot with Entity Framework Code First, I decide to write some articles to share some samples that could be useful for beginners.
Here is how I think to organize it :
1 – First sample : A very simple example on how to create a database with a table
2 – Add foreign key relationship : We will enhanced the application created on the first tutorial to add relationships.
3 – Data Annotation and Code Fluent configuration
4 – Initialize database with data
5 – Table per Type and Table per Hierarchy
I hope I’ll find enough time to write all of this.
Hopefully, I already write the first one !