The Quick and Dirty .NET Guide to C#/VB Object-Oriented Programming 14 Jul 2005 10:49
Everyone, I'm sure, who has allowed for more than a passing perusal of .NET must be excited at the power of its Framework. Those with a pure programming background and earlier knowledge of pre-.NET technologies have found those to be sorely lacking in the solidity and methodology of a pure OOP (Object-Oriented Programming) environment and or language.
The 30 Minute Regex Tutorial 24 Jun 2005 14:07
Learn how to use regular expressions in 30 minutes with Expresso.
Test-Driven Development in .NET 23 Jun 2005 19:04
An article presenting benefits and techniques for using test-driven development in .NET.
Arrays UNDOCUMENTED 22 Jun 2005 20:03
An detailed look at the implementation of Arrays and ArrayLists.
Strings UNDOCUMENTED 22 Jun 2005 18:54
Detailed looked at the implementation of strings in .NET
DevGlobalCache – A way to Cache and Share data between processes 19 Jun 2005 20:22
A way to Cache and Share data between processes.