.Net Programming

The Overloads, Overrides, and Shadows Keywords in VB.NET – Part 4

Here is the fourth and final installment in this series of articles that I have re-posted to my website. Click this link to go to the article → The Overloads, Overrides, and Shadows Keywords in VB.NET – Part 4

Read more

The Overloads, Overrides, and Shadows Keywords in VB.NET – Part 3

Here is part 3 in the series of articles I am re-posting: Click this link to go to the article → The Overloads, Overrides, and Shadows Keywords in VB.NET – Part 3

Read more

The Overloads, Overrides, and Shadows Keywords in VB.NET – Part 2

Here is the link to part 2 of the series of articles I am re-posting Click this link to go to the article → The Overloads, Overrides, and Shadows Keywords in VB.NET – Part 2

Read more

Back from vacation and posting a new/old article.

I was on vacation and the past several weeks have been quite busy for me so I have not been able to post anything lately. I now have a few days before I start to get busy again. So, as promised, I am continuing to post several old articles from my previous website because I [...]

Read more

Storing Multiple Values Using a Bit Mask

I continue to receive visitors to my web site looking for an old article I wrote in 2004. That article described how to use bit masking to store multiple values in one variable and the example was written in VB.Net. Here is a link to the article for anyone that might find it useful. how-to-store-multiple-values-together-in-one-variable-by-using-a-bit-mask-in-vb-net

Read more