Language Integrated Query: Difference between revisions

Content deleted Content added
Performance: Who the hell wrote this? A teenager with anger issues?
Line 145:
 
==Performance==
Non-professional users may struggle with subtleties in the '''LINQ to Objects''' features and syntax. IdioticNaive LINQ implementation patterns can lead to a catastrophic degradation of performance. Sane implementation will lead to increased maintainability and performance (relative to "idiotic" implementations, not necessarily other language primitives) (especially with batch operations) as compared to stored procedure implementations.<ref>{{cite web
| url=http://www.codeproject.com/KB/dotnet/LINQ_Performance_Test.aspx
| title=LINQ Performance Test: My First Visual Studio 2008 Project