Hi Alex,
As for the MVC you mentioned here, is it the ASP.NET MVC web programming
framework?
If so, I think it doesn't matter whether you use LINQ or Entity framework
since the ASP.NET MVC is a web programming framework and it can adopt
various kind of data access technologies which can be used in .NET
application. You can use LINQ to SQL, EDM, or even traditional ADO.NET(
DATASet ...) approahes.
#ASP.NET MVC Tutorials
http://www.asp.net/Learn/mvc/
Also, for difference between LINQ to SQL and Entity Framwork, you can also
have a look at the following reference:
#LINQ to SQL / ADO.NET Entity Framework / Guidance
http://blogs.msdn.com/zainnab/archive/2008/04/17/linq-to-sql-ado-net-entity-
framework-guidance.aspx
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.