News (6)

Visual Basic developers revolting

The software company's own programmer community has launched a campaign of defiance over a decision to end support for Visual Basic. Read more »

Microsoft walks VB tightrope

Facing protests from legions of Visual Basic developers, Microsoft is not backing down. But it is taking steps to keep them on friendly terms. Read more »

Real Software moves on VB6 developers

Real Software has extended a software product giveaway designed to exploit Microsoft's decision to end free support for Visual Basic 6 (VB6). Read more »

Builder's August Top Ten

Have you missed any of the hottest technology development stories published in the past month? ZDNet Australia's Builder channel can help you keep in touch with the top ten stories of August. Read more »

The History of Builder AU

Builder AU has turned five and it's time to look back and see how we got here. Read more »

Study: Visual Basic use may be slipping

Usage of Microsoft's popular Visual Basic development language--used by about half of all professional programmers--may be on the wane, according to a recent study. Read more »

Features (136)

Make only one instance of an application run with VB.NET

It's usually a good practice to make sure that only one instance of your application can be run at a time. Here we present a code example that uses the System.Diagnostics.Process class to determine whether there is more than one instance of an application running. Read more »

Log errors easily with the EMAB

The Exception Management Application Block (EMAB) can simplify your VB.NET or C# error handling, provided you know how to leverage it properly. Read more »

Splitting a class across files in VB.NET

With the complexity of today's applications, developers often deal with classes that are very long. One way to make the classes more manageable is to split them across multiple files. Read more »

My move from VB.NET to C#

The author confesses why he stuck with VB.NET for so long rather than moving to C# and reveals how life has been now that he's taken the plunge. Read more »

Retrieving environment variables with VB.NET

Windows stores some important information (e.g., computer name and user name) in the environment variables. We'll show you how you can use VB.NET to retrieve this information. Read more »

Achieve pure .NET development with VB.NET

Are you confused by the choice of C# or VB.NET for .NET development? Most, mistakenly, think C# is the only viable choice. Read more »

VB.NET visual inheritance

VB.NET offers full-blown object-oriented support, including inheritance. Find out how inheritance can ease some of the hassles of form development. Read more »

Remote debugging with Visual Studio 2008

If you often have to track down bugs in an application installed on another machine, you should check out Microsoft's remote debugger tool with Visual Studio 2008. This article takes a look at its set-up and usage. Read more »

Automate data transfers with SQL Server and VB.NET

The transfer of data from one format to another is a common programming chore. Programmers can simplify the process by using SQL Server via Data Transformation Services (DTS), which is tightly integrated in the Microsoft product line. Read more »

Easily navigate XML with VB.NET and XPath

The .NET platform includes full XPath support, so developers can easily combine .NET and XML to locate necessary information. Here's how it works. Read more »

Blog (1)

NICTA: Aussies should focus on embedded programming not VB

Brendon Chase [blogs:codemonkeybusiness] -- The CEO of the national ICT research centre says the future of Aussie developers should focus on building better embedded and wireless applications and focus less on technologies such as Visual Basic. Read more »

Log in


Sign up | Forgot your password?

What's on?