Click here to Skip to main content
15,889,412 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Everyone, 

I have a general doubt. Please anybody Seniors here suggest me.. I want to learn MVC, But Before that I need to Learn Entity Framework?  

Kindly suggest
Yours friendly,
K.K
Posted
Comments
[no name] 9-Oct-15 6:32am    
Firstly Entity Framework is ORM(Object Relational Mapping). It helps to map your entity(class file) with database objects(tables). It helps in data manipulation.

Secondly if your MVC application is using EF then you should go through EF.
Kiran2401 9-Oct-15 6:43am    
Thanks Bro. :-)

Since Entity Framework used as default ORM with most of the MVC applications, so it would be great if you go through once (specially Code First model). But you can use ADO.NET or any other ORM like hibernate with MVC application also, so but this is not mandatory to learn EF before MVC.
 
Share this answer
 
Comments
Kiran2401 9-Oct-15 8:56am    
Thank u for suggestions :-)
Maciej Los 9-Oct-15 9:41am    
5ed!
The question belongs to the category: Do i need to learn this or that?
The answer is: Yes, you do, because every new skill moves your references (skills) on higher level.
Got it?
 
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