Code First with Existing Database
What if you are asked to implement Entity Framework Code First on existing database ?. In such scenario, you have two options. One option is to write all your POCO classes by hand. The second option is to Reverse Engineer the existing database using some external tools. This step by step walkthrough tutorial demonstrates how to create Code First with Existing Database.