ShowUsYour<Blog>
Irregular expressions regularly
-
Kingdomality Test
Ok, these things always get me; apparently I'm a White Knight... giddy-up!
-
Code to easily create zip files on the fly
The other day I posted about a free .NET library for creating zip files on the fly:
-
SqlServer 2005 pricing details
http://weblogs.asp.net/ericnel/archive/2005/02/24/379865.aspx
-
Listen to tunes while you swim or workout
Here's my next purchase:
-
Nested sub-queries always elude me
Tonight I was writing the stored procedure which will return lists of data to the Codewise nighly updates. Basically, each night, Codewise will call a webservice and you need to return a list of all GUID's which have been either ADDED, UPDATED or REMOVED since the last time they called your service. The return Xml will look something like this:
-
Codewise posts
I've already blog'ged a bit about Codewise and how ProjectDistributor will be a participating site in that program. Over the next week or so, I'm planning to do some blogging about what I had to do to add Codewise functionality into the ProjectDistributor application. I'll also be blogging about the "experience" that ProjectDistributor users will have when adding Codewise samples.
-
Code Review Tip: Poorly named variables are symptoms
When reviewing code one of the ways to quickly spot "messy" logic is to look for module-scoped variables with whacky names. Poor naming is often an indicator that the reason for writing code was unclear to the developer at the time.
-
Do you remember...
-
Health monitoring in ASP.NET V2
Here's a couple of nice articles about the new HealthMonitoring feature in Whidbey:
-
Zip'ping files
Tonight I was using the ICSharpCode zip library to zip files for my Codewise implementation. Basically, when users nominate to make a Relase visible to Codeshare, I create a manifest file and package it and the Release file into a Codewise package.