mvc vs EF
which one is better mvc and entity framework.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Oct 22, 2013, 7:38 AM
MVC [Model-View-Controller] is an architecture for building interactive application whereas EF [Entity Framework] is an ORM which will be usefull for accessing your Database.
If you are comparing MVC, then you have to compare with MVVM or MVP but not with EF.