Check out David Yardy's post that shows a chat we had about Silverlight.
How Subversion just saved me a day's work
Over time, I've found that I use Subversion in more and more ways. Slapping 'My Documents' into a repository was cool; but then putting my IM chat logs in a repository was even better. That let me merge chat logs from work and home and use Google Desktop at work...
[Read More]
ViewData seems too constraining
I worked more last night on my ASP.NET MVC project. Second time sitting down to work on it. I spent the evening dealing with ViewData, trying to find the best way to wrap everything the UI needs into a nice ViewData object. The night didn't end well. As I mentioned,...
[Read More]
SQL Server JOIN conditions
Every time I write a SQL statement that has a JOIN like this...
1: SELECT *
[Read More]
SQL Server Enhancement Idea - Inactive records
About a year ago, I had an idea for a SQL Server enhancement that I never wrote about. I crafted a few sample queries that would utilize the feature, and I shared them with some colleagues, but I never wrote an article about it. Needless to say, it's been in...
[Read More]