Click here to Skip to main content
15,905,590 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How many different SQL data access method are there in visual studio 2008. What are the difference among these. How to choose which data access method based on requirement.
Posted
Updated 17-Jun-10 22:21pm
v2

You should have done google for this.

I have found this.

http://blog.wekeroad.com/2007/12/14/aspnet-mvc-choosing-your-data-access-method/[^]
 
Share this answer
 
The most common methods are probably these:

LINQ to SQL
Entity Framework
ADO.NET directly
NHibernate
Other O/RMs.
 
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