Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What is the difference between EF and EF Code First?

If I am starting with just ef can I use EF codefrist with them?
Posted
Updated 8-Mar-13 0:45am
v2

1 solution

It is just the starting point. With EF you already have a database and EF will extract the object models for you. With code first you create the object models and it will create the tables for you.

Code First with Entity Framework 5 using MVC4 and MVC Scaffold[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900