Class access modifiers can be a bit confusing. Here's a simple chart and test project you can use to keep track of who can call whom.
C#
This article takes a look a the String and StringBuilder classes and compares the performance of the two.
C#
This article shows an easy way to add a Page Counter to an ASP.Net page using XML.
VB.Net
This article shows an easy way to add a Page Counter to an ASP.Net page using XML.
C#
This article shows how to use a Row ID to page through a MySQL query. This is especially useful for using with a web page, where you may want to break up a query into a specific number of rows per page.
MySQL
This article shows how to declare Webforms Events
C#
This article shows you how to raise events from a class.
C#
One of the first hurdles for VB.Net Developers when learning C# is the difference in using and declaring events. This article will show how to declare events for Controls as well as using events in a class.
C#
Dynamically Determining the Connection String for Prod/Dev Servers
C#