Almost everyone who has wandered past the various desks that I’ve occupied over the last year has passed comment on my Wacom Bamboo Pen Graphics…
Life would be simpler if I had the source code
Almost everyone who has wandered past the various desks that I’ve occupied over the last year has passed comment on my Wacom Bamboo Pen Graphics…
This dumb mistake just cost me an hour spelunking around in the debugger: var status = source.Substring(source.LastIndexOf(“/” + 1)); (where source is e.g. “http://foo.com/status/all-is-good“) Fortunately…
It’s been a long time since I posted a blog entry tagged with “genealogy” (over three years, in fact). I find it to be a…
This is the fifth in a series of five posts recounting my experiences using Entity Framework Code-First to replace ADO.NET and stored procedures in a…
This is the fourth in a series of five posts recounting my experiences using Entity Framework Code-First to replace ADO.NET and stored procedures in a…
This is the third in a series of five posts recounting my experiences using Entity Framework Code-First to replace ADO.NET and stored procedures in a…
This is the second in a series of five posts recounting my experiences using Entity Framework Code-First to replace ADO.NET and stored procedures in a…
In February 2011 I found myself doing some contract development work in a team that was still doing data access using raw ADO.NET and stored…