News (35)

System.Globalization namespace in .NET

The .NET Framework has built-in support for globalisation in its System.Globalization namespace. This namespace can help you build international support into your applications. Read more »

Understand the ASP.NET DataGrid control

Need to get up to speed on the ASP.NET DataGrid control features? Try this introduction article on for size. Read more »

Mono-man brings .NET to Linux

Novell's Miguel de Icaza is working on a technology that he says can replicate Microsoft's vaunted software development platform on Linux. Read more »

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 »

Open-source Silverlight released for developers

The Novell-led Mono project this week made the first, though incomplete, public release of Moonlight, an open-source implementation of Microsoft's Silverlight, a browser plug-in that competes with products such as Adobe Flash, Adobe Flex, Adobe Shockwave, JavaFX, and Apple QuickTime. Read more »

Microsoft goes limp as OOXML vote nears

Microsoft's top executives have promised not to sue open source developers who create non-commercial software based on Microsoft's protocols, but skeptics say it's a ploy to soften its image before the upcoming OOXML vote. Read more »

Will change of CEO hit Red Hat?

The man who led Linux seller Red Hat from a newly public but largely unproven open source company to a force to be reckoned with is giving his office to an executive largely unknown in the software industry. Read more »

Google snaps up YouTube for US$1.65b

Google has agreed to purchase online video phenomenon YouTube for US$1.65 billion in stock, the companies announced Monday in the US. Read more »

Visual Basic developers revolting

The software company's own programmer community has launched a campaign of defiance over a decision to end support for Visual Basic. Read more »

Sun tries again with consumer-flavoured Java

The server and software company comes full circle with Java, releasing a scripting language to ease desktop and device Java development. Read more »

Features (255)

What if SCO wins?

Open source companies are growing up and becoming the profit-oriented entities that companies at their core truly are. But this can be like watching Dr. Jeckyl turn into Mr. Hyde. Read more »

Work with VB.NET's ArrayList methods and properties

The ability to use collections is important in any language and practical for any application. Collections allow you to manage groups of objects. Irina Medvinskaya looks at how to use an ArrayList class, which provides basic functionality that is useful to most applications. Read more »

The ViewState property

One of the most powerful new features for Web developers is the page event cycle. Builder.com looks at Architecting applications that use the ViewState property. 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 »

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 »

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 »

Analyse your managed .NET code with FxCop

Check your .NET code for bugs and compare it against Microsoft's design guidelines via the freely available FxCop. Learn more about this code analysis tool. Read more »

How do I ... make C# or .NET Framework applications accessible in the system tray?

A great way to insure that your program is easily accessible to the user is by putting an icon for your application in the system tray. This article shows you how to use the system tray with C# and the .NET Framework. 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 »

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 »

Blog (2)

Is public domain software open-source?

Staff [blogs:syslog] -- When writing earlier this week about Adobe's sponsoring of the SQLite project, I ran into a complicated issue: is software released into the public domain also open-source software? 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 »

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?