Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi,

I am new to the above mentioned terms and want to have a detail understanding of the same.
Where can I find the simple examples including step by step guidance for the same.

Also I want to know the difference between Entity framework and MVC and which one is better to use in an application.


-Nitin Gohel
Posted
Comments
N a v a n e e t h 14-Feb-13 4:41am    
No one can answer detailed information about Entity framework here in a discussion thread. Do you have a specific question about Entity framework? If not, I'd advice you to get a book and learn from it. Come back with specific questions. Also Entity framework and MVC can't be compared. They both do different things.
N a v a n e e t h 14-Feb-13 4:45am    
You could try the book http://www.amazon.com/Programming-Entity-Framework-Building-Centric/dp/0596807260/ref=sr_1_1?ie=UTF8&qid=1360835003&sr=8-1&keywords=entity+framework

Both are different things, and used for different purposes. However you can combine them to use in your single project. First have a look at basics of both.

Basics of MVC3[^]

Introduction to Entity Framework[^]

Then, to use both for a single project, check the link below.

ASP.NET, MVC3 with Entity Framework[^]
 
Share this answer
 
Intro to MSDN Framework[^]
MVC Getting Started[^]

They're actually not really comparable. Many app's use both.
 
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