News (11)

Huge security hole in .NET: Java creator

Java creator James Gosling this week called Microsoft's decision to support C and C++ on the Common Language Runtime in .NET one of the -biggest and most offensive mistakes that they could have made". Read more »

VMware brings Windows apps to the Mac

Virtualisation vendor VMware has announced the general availability of VMware Fusion, a software product that allows Apple users to run Windows-based applications on the Apple Mac platform. Read more »

Interrupting Java threads

Multithreading presents a set of new challenges to the programmer that can lead to unexpected behaviour. In this article we address one of those challenges: how to interrupt a running thread. Read more »

Sun picks GPL for Java code

After years of requests and debates, Sun is set to release Java source code under a Linux-friendly licence. Read more »

Microsoft details SP2 program clashes

A list of software that is affected by SP2, which includes Visual Studio .Net and Unreal Tournament, is now available. Read more »

IT services giants face slowing growth

But smaller and India-based players on the up. Read more »

Xen leads Novell's turnaround effort in Linux

Novell will try to recover from earlier Linux fumbles by releasing major updates on Monday, adding Xen virtualisation software to its enterprise server product and glitzy graphics to the desktop counterpart. Read more »

Sun takes the covers off Mustang

At JavaOne, Sun gave developers a peek at what's coming in the next two major releases of Java, and we've rounded them up for you. Read more »

Eclipse lights up Java crowd

A little more than a year ago, detractors painted the Eclipse open-source project as nothing more than a ploy by IBM to sell its own software. Today, by most accounts, it's the center of innovation in the Java tools industry. Read more »

Sun to offer more free software

Sun Microsystems said on Wednesday that it will offer free access to its Java server suite and N1 management software and bundle them with its Solaris operating system. Read more »

Features (136)

Handle exceptions properly in C#

Developers often overlook the importance of exception handling to the detriment of their own code. Read more »

.NET exceptions for the exceptionally challenged

Get the most out of .NET's structured exception system. These 10 best-practice tips will ensure that you don't wind up bogging down your applications. Read more »

Exception management in .NET

In this article, Builder.com looks at how exception management works in .NET. Find out how to architect systems that handle runtime errors properly. Read more »

Use the FileSystemWatcher to monitor directory changes in C#

One of the more interesting objects included in the Microsoft .NET Framework class library is the System.IO.FileSystemWatcher. This object allows you to be notified when certain events occur in a directory, such as file creation, deletion, or modification. 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 »

.NET application blocks boost development

The .NET Framework is enhanced by .NET application blocks. Here's how to streamline your development efforts with this new tool. Read more »

Handle errors in the data tier with SQL Server

Exception handling is a standard part of every .NET application. The try/catch block allows you to catch exceptions and control application execution from that point. Many errors occur during database interaction, but a lot of developers are unaware of handling errors within the database tier. This week we examine error handling in your database code with SQL Server and T-SQL. Read more »

Looking ahead to IronRuby

Many of us are forced (for good or ill) to code within the .NET ecosystem. With the impending release of IronRuby, .NET developers will finally be able to try this interpreted, flexible and object oriented language without giving up Visual Studio or the advantages of the .NET framework. Read more »

Put up your fists and start boxing with .NET

Usually performed behind the scenes by the compiler, boxing involves explicitly converting a value type into a corresponding reference type. Read more »

Take advantage of code snippets in Visual Studio 2005

Visual Studio 2005 brings auto-complete for code snippets to C#, J#, and XML, as well as additional features for Visual Basic. Read more »

Blog (3)

Try… Catch… Win!

David McAmis [blogs:theneteffect] -- As a .NET developer, there are a few “best practices” that you should always consider. And one of the biggest is that every application you write should include error trapping to trap critical and non-critical errors that may occur. And the .NET framework makes it easy to use “Try… Catch” statements to intercept any errors that occur and allow you to handle the exception. Read more »

Newbie guide to Google's Android

Brendon Chase [blogs:codemonkeybusiness] -- Google's platform for mobile devices has been announced and ready for developers to get their hands dirty. Here's the basics of what it's all about and the core architecture overview. Read more »

Jack-of-all-Trades or Specific Accolades?

Paul Ayre [blogs:controlaltdefeat] -- A programmer can take one of two paths. You can specialise in a small subset of languages or platforms, or you can learn a myriad of technologies at just beyond face value. How is BuilderAU going to help you? Read more »

Log in


Sign up | Forgot your password?

  • Staff A first look at Windows 7 beta

    In this week's Roundup we show you a preview of Windows 7 beta, cover news from the annual Macworld and more. Read more »

    -- posted by Staff

  • Staff Opera's new SDK: Better browsing on the Wii?

    Opera has thrown a little more love at device developers by announcing an updated version of its software development kit on Wednesday at CES. Read more »

    -- posted by Staff

  • Staff 2008: Time to call stumps

    It's another year down but some things never change. That was shown this week as Internet Explorer remained under fire from yet another zero-day exploit. In other news, we set a hard drive on fire and Apple cans its involvement with MacWorld. Read more »

    -- posted by Staff

What's on?