View Post

ASP.NET AJAX

Atlas, Microsoft’s AJAX framework for ASP.NET, has been renamed to ASP.NET AJAX. Not that there’s a huge surprise, since Atlas was just a code name. There’s no new CTP, although […]

Continue Reading
Written by DevelopmentNow -- October 4, 2006
View Post

ASP.NET CheckBoxList Validator

Scott Mitchell put up a post about a CheckBoxList validator he built for ASP.NET 2.0. Worth checking out. I wrote a custom validator for CheckBoxLists a few weeks ago & […]

Continue Reading
Written by DevelopmentNow -- September 26, 2006
View Post

Stored Procedures that start with sp_

…will run slower, because SQL Server will first check irish sildenafil sites the master database for them. Weird but true, according to SQLMag. So, don’t start your lamisil cream procs […]

Continue Reading
Written by DevelopmentNow -- September 21, 2006
View Post

A quick Technorati blog-claiming post

So that my blog shows up on Technorati. Funny, it seems like I did this before. Hmm. Technorati Profile

Continue Reading
Written by DevelopmentNow -- September 8, 2006
View Post

Smart Employee Goals

It’s been a while since I posted anything in the management category, so it’s time to get caught up. In a past life I was a Software Development Director, so […]

Continue Reading
Written by DevelopmentNow -- September 1, 2006
View Post

Custom AJAX Validator for ASP.NET

I saw an article today by Stephen Walther about custom validators with ASP.NET. Or I guess it”s not so much an article as an excerpt from a book. Anyhow, the […]

Continue Reading
Written by DevelopmentNow -- September 1, 2006
View Post

Strip Non-Alphanumeric Characters in SQL Server

I recently needed to strip out non-alphanumeric characters in SQL Server. I initially thought I might be able to use a managed stored procedure and C# regular expressions to do […]

Continue Reading
Written by DevelopmentNow -- August 30, 2006