News (1)
PHP, Python, Samba get security tick of approval
Perl, PHP, Python and Samba have been commended for improving security in a report analysing over 250 open-source projects. Read more »
Features (125)
Working with null values in .NET
One of the trickier aspects of application development is dealing with null or nonexistent data. Tony Patton takes a closer look at null values in the .NET framework. Read more »
Get the most out of Java's class loaders
Class loaders are one of Java's most powerful features. However, developers often forget about the class-loading component even though it's essential when you develop anything more complex than a "Hello, world" application. 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 »
Employ the Iterator class to streamline filtering
Iterator objects don't store objects the way arrays and linked lists do. See how using a filtering Iterator class can help you avoid wasted memory and decreased performance. Read more »
Specify DataSet in XML
This article describes a mechanism that uses a Singleton Factory Class for creating DataSet objects that represent sets of views, locating the base configuration nodes for each view via XPath query. Read more »
Look inside the Java Reflection class
Java Reflection is a technology that looks inside a Java object at runtime and sees what variables it contains, what methods it supports, what interfaces it implements, what classes it extends -- basically everything about the object that you would know at compile time. We'll show how you can use this technology in your own projects. Read more »
Getting .NET class info with Reflection
In this article, Builder.com walks you through two example programsââ,¬"a run-time class information reporter and a convoluted Hello World applicationââ,¬"that illustrate late-bound method invocation. Read more »
Perform date/time arithmetic with Java's Calendar class?
Java's Calendar class offers a set of methods for converting and manipulating temporal information. In addition to retrieving the current date and time, the Calendar class also provides an API for date arithmetic. Read more »
How do I... Serialise a hash table in C# when the application requires it?
Unfortunately, the .NET Framework does not allow serialisation of any object that implements the IDictionary interface. This restriction includes, but is not limited to, hash tables. Read more »
Unleash the power of dynamic proxies in Java
Find out how dynamic proxies in Java work, and then learn how to create a proxy that implements a list of interfaces. 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 »
-
Quickly map drive letters in Windows XP
2008/10/01 13:30:44
-
2008/12/03 14:27:04
-
How to Reset Windows passwords
2008/10/01 14:31:09
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.
Featured links
- Parallelism Breakthrough Video Series
Stay Competitive with Intel® Parallel Studio - C++Builder 2009
RAD visual development meets C++ power – download it now! - Hewlett Packard
Learn how to choose the right data protection solution for your business - CodeGear RAD Studio 2009
Download today to develop Native Windows®, .Net, Web and DB applications

