News (78)

Microsoft's "online" future a step closer?

Microsoft CEO Steve Ballmer pledged to open up Web services this year, however, full details are still up in the clouds. Read more »

Latest Mono release brings .NET on Linux closer

An autoconfiguration system for the project's ASP.NET implementation should make the open source .NET implementation easier to deploy. Read more »

HP rakes in cash from .Net

HP has earned hundreds of millions of dollars over the past two years from consultancy relating to Microsoft's .Net software. Read more »

IBM tries to eclipse .Net with open source

The recent launch of IBM's Office application suite is part of a broader challenge to Microsoft's entire .Net development framework, say industry experts. Read more »

Zombie PCs being sent to steal IDs

Bot nets, collections of compromised computers controlled by a single person or group, have become more pervasive and increasingly focused on identity theft and installing spyware, according to a Honeynet Project report. 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 »

Sun fires back with NetApp patent countersuit

Last month, Network Appliance sued Sun Microsystems, alleging that Sun's ZFS file system infringes on a number of NetApp patents. In a countersuit, Sun have returned fire, claiming that NetApp is in violation of 12 Sun patents. Read more »

NetApp files patent suit against Sun

Network Appliance alleges Sun Microsystems' ZFS storage software violates seven of its patents, seeks permanent injunction. Read more »

Linux.conf.au hits domain disaster

The website of Australia's annual Linux conference has become temporarily inaccessible scant months before the event because of policy confusion over whether or not it is allowed to use its long-standing domain name. Read more »

NetBeans update ships with Sun onboard

The NetBeans open-source project on Wednesday released a major update to the NetBeans Java development tool, and its main backer, Sun Microsystems, announced a support program. Read more »

Features (231)

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 »

How do I ... publish a custom application performance counter in C#?

Since performance counters are a standard system function they are an ideal method for tracking the performance your applications. Luckily, Microsoft has provided several classes within the .NET Framework to publish custom performance counters. Read more »

Implementing the Soundex function in C#

For years Microsoft SQL Server has provided developers with a method called Soundex that is used to retrieve an encoded string. Words that sound alike have similar encodings, so you can use this functionality to provide some flexibility in searches. This article shows how to implement Soundex completely in C# without having to use the SQL function. 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 »

Develop a fully functional site with DotNetNuke

The open source DotNetNuke framework allows you to create a powerful Web application using an out-of-the-box solution. Read more »

Don't sweat migrating legacy .NET projects to Visual Studio 2008

Migrating to Visual Studio 2008 is a breeze. It automates the conversion process and allows you to continue working with older versions of the .NET Framework. Read more »

Silverlight 2.0 offers paradigm shift from predecessor

A quick overview of what you'll find in the latest version of Silverlight. Read more »

Case Study: Switching places from Lotus to .NET

For almost a decade, Sydney-based software developer Just OnePlace (J1P) had been a loyal devotee of the IBM/Lotus platform. But following the strategic review that commenced two years ago the company made a strategic switch to the rival Microsoft .NET camp. Read more »

Implement custom paging with SQL Server 2005

In previous columns, I covered the basics of using the .NET 3.5 ListView control and explained how to pair it with the DataPager control. Now I'll show you how to use these controls with a SQL Server 2005 backend to implement custom paging, in which only a subset of the data is retrieved for display. Read more »

Sharing the event logic between controls in VB.NET

Whenever you write the code logic that may be used for more than one control, it makes sense to try to save time by creating only one procedure that will handle the event and perform that logic. Read more »

Blog (7)

Microsoft says "open sesame"

Staff [blogs:syslog] -- While you may have been out last night watching the latest Rambo adventure with Sly Stallone making war for war's sake, Microsoft was busy declaring a truce with the open source community. Read more »

Aussies bringing Ruby to .NET

Brendon Chase [blogs:codemonkeybusiness] -- Developers at the Queensland University of Technology are currently working on an innovative project to create a compiler for the Ruby language that runs on the .NET Common Language Runtime. Read more »

How to manage a team of geniuses

Brendon Chase [blogs:codemonkeybusiness] -- 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 »

Firefox 3's better performance and memory improvements

Staff [blogs:syslog] -- As beta 5 is due to come out next week, I take a look at some of the new features and improvements in Firefox 3. Read more »

Schoolgirl builds SecondLife Web app

Nick Gibson [blogs:byteclub] -- A new web application AjaxLife allows interaction with the online virtual world SecondLife. The cool part? It was developed in just a week by a fifteen year old English schoolgirl. Read more »

Blogger declares shenanigans on advertisers -- piracy or plagiarism?

Nick Gibson [blogs:byteclub] -- MIT academic calls notices some suspicious similiarities between a lecture he wrote and an Australian made printer ad. Could this be piracy, or merely plagiarism. I call in the lawyers to find out. Read more »

So Long, Bill... But when's Steve leaving?

Matt Overington [blogs:bricksandmortar] -- 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?