Entity Framework 4.1 with existing classes AND existing tables?

Try this: create a data model (.edmx) from your database. Edit the model, Adding property and procedures of your Class That You want to add to the database. Finally, update your database from your model (.Edmx) Selecting only the tables and procedures exist That You Have changes.

You can look at those tutorials http://msdn.microsoft.com/en-us/data/gg685494 http://msdn.microsoft.com/en-us/data/gg685489.

EF4 “Code First” enables you to optionally override its default database persistence mapping rules, and configure alternative ways to map your classes to a database.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions