Improving LINQ performance
Performance benchmarks for LINQ vs. SqlDataReader, DataSet - LINQ Compiled Queries: Part 2
Submitted by Ben Hodson on Thu, 05/01/2008 - 18:41
In my previous post (Performance benchmarks for LINQ vs. SqlDataReader, DataSet - Selects: Part 1 ), I ran queries using LINQ to SQL, SqlDataReader, and Strongly Typed DataSets to see how they compare in the real world. I found that LINQ is much slower than either the SqlDataReader (no surprise there) or the Strongly Typed DataSets (I actually expected the DataSet to run slower).
Links to other posts in this series:
Popular Articles
Last viewed:
- GridView ObjectDataSource LINQ Paging and Sorting
- Install Windws 2003 Terminal Service Licenses (Remote Desktop)
- Data Access Layer using SqlDataReader and C#
- Performance benchmarks for ODBC vs. Oracle, MySql, SQL Server .NET Providers
- ASP.NET CSS Highlight TextBox on Focus
- How to Install the ASP.NET AJAX Control Toolkit

Recent comments
1 day 21 hours ago
1 day 23 hours ago
2 days 9 hours ago
2 days 9 hours ago
2 days 9 hours ago
2 days 9 hours ago
6 days 6 hours ago
1 week 1 day ago
1 week 5 days ago
2 weeks 2 days ago