Thursday, January 06, 2005 #

Indexing Technology

Even by today’s standards FoxPro’s indexing is still impressive.  Calvin Hsia shows details about the indexing and compression techniques used in FoxPro indexes.

posted @ Thursday, January 06, 2005 11:21 PM | Feedback (61)

Software Developement Process

Collection of links and articles for future reference

posted @ Thursday, January 06, 2005 5:17 PM | Feedback (1780)

Framework Internals

Links to blog posts and topics I wish to revisit in the future.

 

posted @ Thursday, January 06, 2005 4:55 PM | Feedback (64)

Heirarchical Queries in SQL Server 2005

Dan Sullivan shows how to use Common Table Expressions  to query hierarchical data in SQL Server 2005. Hierarchical queries combine recursive SELECT commands to provide the functionality to query self-referencing data.

Hierarchical queries are useful in HR apps for employee->boss representation, in financial applications for accounts chart hierarchy and in inventory applications where parts can be assembled from other parts.

posted @ Thursday, January 06, 2005 4:23 PM | Feedback (0)