Features (147)
Two Visual Basic tips to make your life easier
These techniques from Builder.com will help you access Visual SourceSafe programmatically in VB6 and write a CPU monitoring counter in VB.NET. Read more »
Where will the Visual Basic 6.0 developers go?
You love Visual Basic 6.0, but .NET is breathing down your neck. Do you go VB.NET or C#? Here are some common post-VB6 myths disspelled. Read more »
Download files over the Web with .NET's WebClient class
The System.Net namespace includes the WebClient class for uploading and downloading files via HTTP. You can copy or read files with only a few lines of code. Read more »
Simplify coding and maintenance with class libraries
You use class libraries when you're developing any type of .NET application in order to manipulate the file system, access databases, serialise objects, and launch and synchronise multiple threads of execution. Read more »
A .NET primer on reference types and value types
This article explains some .NET basics -- the difference between reference types and value types. Read more »
Simplify .NET class communication with delegates
What are delegates and what are they good for? Lamont Adams explains how to use them in your .NET apps and has some sample code, to boot. Read more »
Streamline .NET strings
Strings are integral to most app dev projects, so it is imperative that they don't impair performance. The .NET StringBuilder class streamlines string values processing. Read more »
See why VB.NET is the classiest VB of all
VB has always offered basic support for working with objects, but VB.NET is a whole new ballgame. Learn about VB.NET's true object-oriented features. 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 »
Work with VB.NET's ArrayList methods and properties
The ability to use collections is important in any language and practical for any application. Collections allow you to manage groups of objects. Irina Medvinskaya looks at how to use an ArrayList class, which provides basic functionality that is useful to most applications. Read more »
Blog (1)
How to manage a team of geniuses
-- Hiring a team of developers and techies that are smarter than you is inevitable. As a manager how do you cope with this and keep things on track? Read more »
Filter Tags
News and features
- Latest
- Popular
- Features
- Most Discussed
-
This blog post covers some of the technologies available for creating applications for the Semantic Web. Read more »
-
Bridging the gap between programmers and the visionA successful project will have a hard time flying if you don't walk through the game plan before writing a line of code. Read more »
-
Social news start-up Streem shuts downSydney social news start-up Streem will shut down this afternoon, according to a heartfelt notice posted on the site this morning by its founder Elgar Welch. Read more »
-
How to Reset Windows passwords
2008/10/01 14:31:09
-
Five things to consider when choosing a Linux distribution
2008/10/01 15:50:33
-
Cyber-terrorism 'a big threat'
2008/12/01 12:43:32
What's on?
-
Space pr0n, patent karma and Yang out -- Club Builder
On Club Builder this week: how NASA plans to get the Internet into space, Jerry Yang is out the door at Yahoo and Brendan Eich discusses javascript engine competition.

