Microsoft releases Entity Framework 4.0 and developers can create Code First Development in it. This is great, and thanks to Microsoft.
I have one understanding of the first code development. I worked on the Entity Framework in ASP.NET 3.5 SP1 and Visual Studio 2008 SP1. In this case, we create a database schema, and from it we create an entity data model. This means that we are creating our class model from the database. I think this is called first data mining.
But when we create the Entity data model in Entity Framework 3.5 SP1, there are two options. First, Generate is created from the existing database, and the other creates an empty model. Suppose I create an empty model and then map it to a database. Therefore, we first develop class models without thinking about the database schema, and then map it to the database. My trust is that it is called the first release of the code? Then why do community people and books say that “it is impossible to implement the first code development in Entity Framework 3.5 SP1”?
To solve my problem, I need your help. Therefore, please reply to this message.
Thanks.
Arnab roy chowdhury
source share