Sunday, June 26, 2005

PocketNerd Framework

The PocketNerd Framework provides additional classes and functionality that can be added to your applications

See this content on www.pocketnerd.net -->

Saturday, June 25, 2005

Xml Collection

Creates a collection of name value pair items that can be converted into an XML Document or transformed using XSLT. It is also possible to add groups of name value pair items.

See this content on www.pocketnerd.net -->

Grouped Hashtable

The GroupedHashtable is a class that looks very similar to a standard Hashtable except the string key is used to group the corresponding items together rather than identify a single, specific item.

See this content on www.pocketnerd.net -->

Tuesday, June 07, 2005

Name Value Pair

This is a simple class that is used to associate a Name with a corresponding Value and to add Items to ComboBoxes, ListBoxes etc

See this content on www.pocketnerd.net -->

Monday, June 06, 2005

High Performance Timers

There is no easy way to get very precise timings within the .NET Framework to see exactly how long code takes to execute or how long it takes to access a database. However, the Windows Platform does expose such functionality through performance counters and we can use interop to access it directly from within our .NET code

See this content on www.pocketnerd.net -->