The .NET Framework 2.0 BackgroundWorker class makes it easy to code simple threading into your applications. However, a common question that gets asked in VB ...
The .NET math class provides you with several handy math routines you can use even if you re not doing complex trigonometric or logarithmic functions. In ...
Before VS 2005 there was a missing piece of the puzzle in VB when it came to flow control in For...Next and Do loops, there ...
In this third and final article we will finish up our comparision of the System.String Class to the string functions in the Microsoft.VisualBasic Namespace. If ...
In this continuation of my series comparing the .NET String class to the string functions Microsoft.VisualBasic we will take a look at some additional functions ...
In this article, I ll look at some string functions in the Microsoft.VisualBasic namespace. People often malign the Microsoft.VisualBasic Namespace, sometimes unfairly, as being slow and ...
You probably know that Generics, introduced to VB.NET in the .NET Framework 2.0, provide type safe Lists, Dictionaries, Stacks, Queues and other objects. But, did ...
Often when we re designing a class we will notice that one or more properties should be Read-Only to the outside world but Read-Write at ...
This is the fourth article in my series on the My.Computer.FileSystem Namespace. In this series we re taking a look at the functions in this namespace ...
Here s my next installment on the My.Computer.FileSystem Namespace. This article series takes a look at functions in this namespace and rate their usefulness as compared ...