Click here to Skip to main content
15,913,487 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
main advantages of linq in asp.net?
Posted
Updated 27-Dec-11 0:13am
v4

LINQ is probably the best thing they've added to .Net since .Net was created. It makes access to in-memory collections much easier because it's a SQL-like API.
 
Share this answer
 
Go through
http://msdn.microsoft.com/en-us/library/bb907622.aspx[^]
http://weblogs.asp.net/scottgu/archive/2006/05/14/Using-LINQ-with-ASP.NET-_2800_Part-1_2900_.aspx[^]

These will tell you that you can use LINQ in ASP.Net to use the LINQDataSource control.
 
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