Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to work with entity framework code first in mvc 4 simple with example
Posted
Comments
[no name] 20-Apr-14 1:46am    
Hope my solutions helps you. This is a simple example.
[no name] 20-Apr-14 1:50am    
http://www.codeproject.com/Tips/741235/CodeFirst-EntityFramework-Flow
This will help you.
I am not promoting..;)

1 solution

Entity Framework has been a boost to many developers.First check if the references are present for EF. Then create your classes as required for your project. Then create a controller and MVC Entityframework using CRUD(Create Read Update Delete) operation. These will give you the basic idea how its done and how it works. Cant post the entire code though but Hope this helps.
Thanks.
:)
 
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