Differences between ASP.NET MVC framework and Entity Framework?

You can't compare them. These are 2 different things Entity framework is ORM mapper, Asp. Net Mvc is a framework that helps building web applications Actually - they even aren't mutually exclusive and you can use them both together quite nicely.

You can't compare them. These are 2 different things. Entity framework is ORM mapper, Asp.Net Mvc is a framework that helps building web applications.

Actually - they even aren't mutually exclusive and you can use them both together quite nicely.

MVC is an architectural pattern to build applications; entity framework is a object relational mapping framework. Quite different animals. And yes, they can be used together, no problem.

2 MVC! = ASP. NET MVC framework – Arnis L.

Nov 13 '09 at 12:28 @Arnis - I know, just didn't want belabor the point. Thanks for pointing it out. – a'b'c'd'e'f'g'h' Nov 13 '09 at 12:29 1 except he tagged it asp.Net mvc – Will?

Nov 13 '09 at 12:32.

ADO. NET Entity Framework is an object-relational mapping (ORM) framework for the . NET Framework.

en.wikipedia.org/wiki/ADO.NET%5FEntity%5... msdn.microsoft.com/en-us/library/aa69742... Other entitty frameworks are -> LINQtoSQL, N Model–View–Controller (MVC) is an architectural pattern used in software engineering. http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller http://en.wikipedia.org/wiki/ASP.NET%5FMVC%5FFramework.

Although they're different things entirely they are compatible. I am using both frameworks on a project now.

I'm going to be starting a new project with ASP.NET and I would like to use some framework which speed up the process. Recently I have heard that there are two main frameworks in that platform: the MVC and the Entity framework. Are they compatibles?

If not, what are your advices on what to use and why?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions