Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am going to create MVC base project with EnityFramework.

But Enity Framework has three approaches as we know as,

1)Schema based approach
2)Model based approach
3)Code first approach.

which approaches is best to manipulate data for MVC project?
Posted

1 solution

Hello,

hopefully, second approach is best to manipulate data for MVC project.
i.e. Model based approach is best.
 
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