jstangroome


Comments:

Windows : End of 32 bit computing

posted by jstangroomejstangroome(665) 5 years ago 0

Excellent. Now they just need to make Vista their last 32-bit workstation OS and I'll be happy.

Reply

String.IsNullOrEmpty can lead to runtime Null exceptions!

posted by jstangroomejstangroome(665) 4 years, 11 months ago 0

Over a year too late. Minus 1 kick.

Reply

Serious bug in String.IsNullOrEmpty in the .NET 2.0 CLR

posted by jstangroomejstangroome(665) 4 years, 11 months ago 0

Over a year too late. Minus 1 kick.

Reply

SQL Server Naming Conventions

posted by jstangroomejstangroome(665) 4 years, 11 months ago 0

Minus 1 kick.

"Blog" has no comments feature nor an RSS or Atom feed.

I agree with most content of the article except for:

1. Keyword Casing - SMSS may code color keywords but we don't always get to work with queries in an editor with coloring. Upper case doesn't hurt.

2. Excess white space - If you are familiar with column-selection (Shift+Alt+drag in SMSS and VS2005) you'll find aligning field names and types and assignments very useful.

3. FieldName and Parameter casing - most forms are good if they are consistent, I go with FxCop casing rules because most field names in SQL end up as objects and properties in .NET.

Reply