News (2)

Five years of Ballmer--the effect on Microsoft

In the five years since Bill Gates surprised the technology world by announcing he would give up his title as chief executive at Microsoft, has the company changed? Read more »

Plugging the Linux holes

You can easily surf the Web and run a spreadsheet on a Linux-powered PC, but good luck if you want to balance your cheque book. Read more »

Features (74)

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 »

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 »

Protect ASP.NET data with the DPAPI

Although .NET offers tight cryptography classes, a more efficient approach for ASP.NET developers is to implement the Data Protection API (DPAPI). Read more »

Under the covers of the .NET CLR

.NET promises to let developers write code in numerous compliant languages, but exactly how does the CLR accomplish this feat? Read more »

Working with .NET files via the Path class

Developers often need to know certain aspects of a file such as the name, full path, drive, and file extension. The .NET Framework provides easy access to these details via the Path class contained in the System.IO namespace. 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 »

Take advantage of strongly typed collection classes in .NET

This article will walk you through some code samples that show you how to better access the data layer. Read more »

Australian Mobile Development Landscape

Slow networks, expensive data charges, and a plethora of technical problems have prevented the mobile phone taking off as a computing platform. Is that about to change? Read more »

Blog (1)

Is the $100 laptop the end for Moore's Law?

Staff [blogs:syslog] -- Here we are, extolling the virtues of laptops such as the pricey Sony Vaio TZ, when for most users the US$100 XO would be just as effective. 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?