Popular Articles
Last viewed:
- Fix for Firefox click() event issue
- How to Install the ASP.NET AJAX Control Toolkit
- Performance benchmarks for LINQ vs. SqlDataReader, DataSet - Selects: Part 1
- Windows Server 2003 Configure RRAS (Routing and Remote Access Service) Site to Site VPN
- Performance benchmarks for LINQ vs. SqlDataReader, DataSet - LINQ Compiled Queries: Part 2
- Silverlight Memory Leak DataGrid, DataForm, DataTemplate, etc...
Recent comments
- Aha! Problems with UpdatePanel? Sorted ...
1 day 1 hour ago - Some help required with this
1 day 6 hours ago - Never seen this issue
1 week 1 day ago - Error in query.ToList()
1 week 1 day ago - Thanks
1 week 2 days ago - Thanks
1 week 5 days ago - To get the data working,
2 weeks 1 day ago - If I manually change the
2 weeks 1 day ago - Handling EDM Relationship Metadata
2 weeks 1 day ago - About the itextsharp version
2 weeks 1 day ago


One thing I noticed when I ran your
One thing I noticed when I ran your benchmark was the exec sp_reset_connection that Linq runs after each select. Anyway around that? Running that 1,000 times surely took a ms or two...