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 ...
The .NET Framework 2.0 added the Using statement to VB.NET. Its purpose is to insure that objects using unmanaged resources, like file streams, database connections, ...
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 ...
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 ...
The .NET Framework 2.0 added the ability to split your class definition into multiple physical files. To the compiler, it doesn t make any difference, it ...
This is the fifth and final article in my series on the My.Computer.FileSystem Namespace. This series takes a look at this namespace s functions and rates ...
This article is the second in my series on the My.Computer.FileSystem Namespace. This namespace provides several functions for working with files. In this article we ll ...
The My.Computer.FileSystem Namespace provides several speed dials for working with files. In this article we ll take a look at some of them and see where ...
Maybe you ve wanted to use a standard comment method but you couldn t come up with a good method that everyone in your organization could ...