February 16, 2009 by Bob Barth
How to make .net 3.5 SP1's new URL routing functionality work with IIS 5.1/6.0 without resorting to wildcard mapping. [
more... ]
(8 comments)
December 19, 2008 by Bob Barth
Ten quick rules for creating specifications that will be usable on your projects. [
more... ]
(6 comments)
June 9, 2008 by Bob Barth
A discussion of code reuse. [
more... ]
(5 comments)
June 7, 2008 by Bob Barth
How to call methods on your business objects without using a pass-through webservice or PagetMethodAttribute'd static methods on an aspx page. [
more... ]
(8 comments)
June 6, 2008 by Bob Barth
How to implement the optgroup tag in a .net DropDownList control. [
more... ]
(67 comments)
May 22, 2008 by Bob Barth
Shows how to derive from a DropDownList control to create a drop-down list that can render HTML character entities inside it's option elements. [
more... ]
(14 comments)
April 30, 2008 by Bob Barth
Query a single field for multiple values in a stored procedure. [
more... ]
(8 comments)
April 29, 2008 by Bob Barth
How to use a parameter to dynamically sort results in MS SQL Server 2005. [
more... ]
(63 comments)