Rob's Blog Posts for December 2007

LINQPad – Query Analizer for Linq

There’s an awesome tool called LINQPad by Joseph Albahari – completely free, download here. (“LINQPad is not an open-source product and the source code is protected by standard copyright laws....

Linq to Sql Query Visualizer

Scott Guthrie described an awesome Linq to Sql Query Visualizer here. His context is Visual Studio 2008 Beta 2....

JavaScript namespaces without ASP.NET AJAX

In ASP.NET AJAX, you create a namespace by calling Type.registerNamespace('My.Namespace.Of.Choice'); The necessary object dictionaries are built, names resolved, everything is groovy....

Using VS 2005 and VS 2008 simultaniously

Much has been written on the fact that Visual Studio 2008 can build .net 2.0 applications, and that they can be installed side-by-side on the same machine....

TortoiseSVN committed a file like myapp.pdb or Thumbs.db. Now what?

A very specific rule for using source control is to avoid putting temporary files, user files, or compiled content into the repository....