News (43)

Visual Studio 2010 can replay bugs

Microsoft has revealed plans for the next version of its development suite, Visual Studio 2010, to be able to record testing sessions so that developers can reproduce and closely examine software bugs. Read more »

Developers get .NET source -- look but don't touch

Microsoft intends to release parts of the .NET 3.5 source code in the upcoming release of Visual Studio 2008. Read more »

Developer defies MS demands to kill .NET debug tool

UK developer Jamie Cansdale seems to have ignored calls from Microsoft that he remove a free tool called TestDriven.NET from his Web site, despite legal demands that the tool be removed by June 1 -- because it breaches licensing conditions. Read more »

Borland to wield tools against Microsoft

The revived company readies a software suite to compete against Microsoft's popular Visual Studio.Net. But can it really go toe-to-toe with the tech giant? Read more »

Ballmer: Nothing's rotten in Denmark

Steve Ballmer says there is a simple way to turn around Microsoft's money-losing enterprise applications business--make the whole world like Denmark. Read more »

SAP opens arms to NetWeaver community

Business applications giant SAP expanded its partner network and launched a community forum meant to foster development for its NetWeaver software. Read more »

Internet gridlock to occur in just two years

The US telecoms giant AT&T has claimed that, without investment, the Internet's current network architecture will reach the limits of its capacity by 2010. Read more »

OpenBSD 4.3 released

An update to the popular Unix-like distribution includes new security features, drivers, software packages and bug fixes. Read more »

Confusing .au.com domain threatens Aussie users

A US-based anti-spyware company has registered the ".com.au.com" domain name, which experts fear could be used by cybercriminals to create more convincing phishing attacks. Read more »

Ubuntu-maker launches Bazaar development tool

Canonical, the company behind the popular Ubuntu Linux distribution, has released a content-development tool designed to move development into the Internet age. Read more »

Features (244)

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 »

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 »

What is '.NET' anyway?

Are you little confused about what .NET really is? You're not the only one. This article from Builder.com sheds some light on what .NET is and isn't. 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 »

How my memory of Ada code influences my current .NET code

The following is not a recommendation on how to perform this type of concurrent programming. This is more of a meditation on how my early programming experience has shaped the patterns that I use today. Read more »

What Ray Ozzie sees in Azure's cloud

In an interview after his keynote at the PDC, Ozzie talked about what Azure means for developers, businesses, and even the everyman. Read more »

Employ refactoring via Visual Studio to write better code

Refactoring is the practice of making your code cleaner and clearer without affecting the functionality. Find out what's included in Visual Studio's Refactor menu, and discover a couple of Visual Studio add-ins that bring refactoring to the Visual Basic community. 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 »

Seamlessly integrate applications with eBay using its Windows SDK

The eBay Windows SDK allows you to easily access eBay data within your application. Tony Patton gives you an overview of the functionality provided by the eBay Web services API. Read more »

Ask Chuck: Background colours of an ASP.NET web form

This week Chuck answers a Builder AU reader's question on the difficulty of getting a background colour to work on an ASP.NET web form. Read more »

Log in


Sign up | Forgot your password?

  • Staff Crying, mooning and leaving

    In this week's roundup we see that continuous whining can get results, Linux users get 64-bit Flash and Moonlight previews, the latest in the Yahoo/Microsoft relationship and Senator Conroy ducks and weave in Senate Question Time. Read more »

    -- posted by Staff

  • Brendon Chase Sun eye Web developers with Netbeans 6.5

    Despite the recent employment axe hitting Sun the company has pushed out a new release of its Netbeans open source IDE with an eye to appeal more to Web developers. Read more »

    -- posted by Brendon Chase

  • Renai LeMay BarCamp buzz: Let the hacking continue

    Attending last weekend's BarCamp in Sydney, it was hard to escape the conclusion that a certain "dot-com bust" flavour had seeped into the kool aid previously being drunk by Australia's web 2.0 and early stage start-up sector. Read more »

    -- posted by Renai LeMay

What's on?