Click here to Skip to main content
15,878,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am a newbie to MVC, have worked on ASP.NET2.0.

I have googled MVC and found that Entity Framework takes care of the database connection and LINQtoSQL is also an another way.

Which one i have to use for a already created database for better performance:
1) Entity Framework
2) LINQtoSQL
3) or Use the stored procedures, tables and views directly
(ie. without EF and LINQtoSQL)

Please suggest me.
Posted

1 solution

Using Entity Framework is some what easy to communicate with Databese tables.And we can write Store Procedures and use them using Entity Framework..

You can use LINQ when you are familiar with the linq Quiery writing..

Once Refer this link,So u may get an idea..

http://msdn.microsoft.com/en-us/data/gg685489[^]
 
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