Posts

LINQ Performance Pitfall – Deferred Execution

When using LINQ, queries may bloat up to dozens of lines. My personal style is to take these queries and break them apart to smaller units of logic. To each unit of logic, I append a call to ToArray. @yosit asked me why I did it and I answered I was avoiding a possible pitfall. Here’s what I meant…. You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it.
2008-05-27
1 min read

SQL Server 2005 Analysis Services’s ADOMD.NET Connection Pooling, or Lack Thereof

First of all, if you’ve come here looking for how to activate connection pooling when using SSAS 2005 via ADOMD.NET, you’re in for a little surprise – there is none by design…. You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.NET Community Blogs. When they shut it down, I dumped all of my old posts to Wordpress.
2008-05-27
1 min read

Residue

This is a short, off-topic rant. Please bare with me…. You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.NET Community Blogs. When they shut it down, I dumped all of my old posts to Wordpress. You can still check out the original blog on the Wayback Machine.
2008-05-23
1 min read