Keith Rull
How To: Color Conversion in .NET
Ever heard of ColorTranslator? It's a really cool class that you can use to convert
colors in .NET. One of the things that it can do is that enables you to
convert HTML colors to Windows colors...
Refreshing views with sp_refreshview
One of the common problems that you would encounter when you are building applications
that utilize views is that sometimes there are cases wherein a view gets out of date.
This happens when yo...
sp_recompile is your friend
I've been doing a lot of code deployments lately and I've come across several
occasions wherein my stored procedures wouldn't run as fast as expected compared to
it's previously known executio...
How To: Capitalize the first letter of every word in a string
Ever thought of how to capitalize the first letter of every word in a string? Here's
how:
[C#]
using System; using System.Glob...
Visual Studio 2008 SP1 and .NET 3.5 SP1 out now!!!
Wooohooo!! Get 'em here!
Combined
Visual Studio 2008 Service Pack 1 and .NET Framework 3.5 Service Pack 1
The update for Vi...