Visual Basic .NET possesses naturally expressive syntax that is almost always clear in its intent. Even so, there are still surprises in Visual Basic that can trip up even experienced VB developers.
Find out how to use memory-mapped files to index and search the contents of document collections.
The Enum or enumeration is one of the fundamental constructs in the .NET Framework, serving as an easy-to-remember set of names for a series of fixed values that are logically related. It turns out that there is a surprising amount to know about the Enum construct.
Simplify the task of validating Web form input by using attributes. If standard validators don't meet your needs, you can create custom data annotations for richer validations.
- By Joe Kunk, Vijay Jagdale
- 09/01/2010
On VB author Joe Kunk shows how you can quickly discover the orientation of an unknown database using dynamic queries.
Joe Kunk looks at how to manage a numeric system that extends to the entire alphabet.
On VB author Joe Kunk talks about his impression of C#.
On VB author Joe Kunk provides a look into the code behind his automated source code backup solution.
On VB author Joe Kunk looks into how an automated source code backup utility can provide a vital, extra level of protection in team-based projects.
With the release of Visual Studio 2010 and the .NET Framework 4, it's time for Visual Basic developers to start leveraging the new capabilities of Visual Basic 2010.
On VB columnist Joe Kunk shows you how to use the power of Silverlight 4 COM automation and local file system access to turn Microsoft Word into a report writer for Silverlight.
Sometimes your best option is to bypass the .NET Framework and make function calls to the native Win32 API.
Visual Basic 10 introduces new generic tuple classes that can help you get more done with less -- if you're careful about it.
- By Bill McCarthy
- 12/01/2009
ON VB: Four ways to synchronize threads with your app's user interface.
- By Bill McCarthy
- 10/01/2009
64-bit-capable machines are everywhere. It's time you start thinking about 64-bit support as you develop your Visual Basic applications.
- By Bill McCarthy
- 07/01/2009