Click here to Skip to main content
15,907,913 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI Friends ..may i know the draw back of linq in asp.net..!
Posted
Updated 15-Dec-11 23:59pm
v2

As John says, no fundemental drawbacks to LINQ.

On a side note, I'd say that an issue with LINQ-to-SQL[^] (entity framework etc) is that it can sometimes result in sub-optimal SQL statements. You just need to be careful when constructing your LINQ statements and analyse the resultant SQL in a profiler to ensure you've generated the best possible query plan for the data you want to retrieve.

That's not an problem with LINQ so much as it's usage by the developer.
 
Share this answer
 
Comments
RaviRanjanKr 16-Dec-11 15:07pm    
My 5+
There are no drawbacks. If it's applicable to the task at hand, use it.
 
Share this answer
 
goto:
LINQ Performance Test: My First Visual Studio 2008 Project
I think no drawback use it depend on your data value large or less!
 
Share this answer
 
v4

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