LINQPad Help For Creating Nasty Group by Query in Native SQL
Monday 28 September 2009 @ 9:51 am
  I often speak very highly of Group By,
Comments (1) - Posted in C#, LINQ, LINQ to SQL, TSQL  


Silicon Valley Code Camp Schedule Published!
Sunday 27 September 2009 @ 9:57 pm
  I have not blogged a lot about
Comments (2) - Posted in Community  


Some Really Cool LINQ to Help Performance and Show Line Thickness
Friday 18 September 2009 @ 10:49 am
  I’ve done a bunch of Lat/Long type mapping programs over the years and one of the problems always ends up around performance.  A common problem is that you keep redrawing the same line over and over and over.  The pixels you are drawing don’t get any darker so all you are doing is [...]
Comments (0) - Posted in LINQ, Visual Studio  


How to Disable Edit/Insert/New Buttons in DetailsView or GridView (ASP.NET 2.0+)
Sunday 6 September 2009 @ 5:27 pm
  So, this is kind of embarrassing, that it took me a while to figure this out.  I have not been doing pure asp.net server control programming for a while, but I figure since it took me a while, maybe there is someone else in the same boat. So, you have a GridView [...]

Using LINQ2SQL, Use Group By To Get List of Top Occuring Values
Thursday 3 September 2009 @ 4:05 pm
  So, I’m really enjoying using LINQ and specifically
Comments (0) - Posted in C#, LINQ, LINQ to SQL