News (8)

Microsoft exec: Wooing away Java developers

Microsoft's John Montgomery is out to persuade developers to embrace .Net. But the task promises to be a chore in light of recent legal wrangling between Microsoft and archrival Sun. Read more »

IBM to pay US$1.6 billion for FileNet

IBM has agreed to acquire content-management software maker FileNet for about US$1.6 billion in cash, the companies said on Thursday in the US. Read more »

Microsoft planning IE privacy mode

For many, privacy on the Web is a concern. And for Microsoft's Internet Explorer team, privacy is a feature. 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 »

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 »

Banks 'should give back to open-source community'

Major open-source vendors on Monday called for financial companies to contribute more code to the open-source community. Read more »

Australia backs Internet status quo

Australia has backed the current Internet governance regime in the wake of the Bush administration's surprise announcement it would not relinquish control of the Net to any other body. Read more »

Oblix to help Oracle, PeopleSoft tools 'coexist'

Oracle's aggressive acquisition strategy drove the purchase of privately held Oblix and will get Oracle closer to its vision of a unified application product line, the database giant said this week. Read more »

Features (139)

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 »

How do I ... convert images to greyscale and sepia tone using C#?

The Microsoft .NET Framework provides developers with many different libraries that enable them to create and modify images. This article demonstrates two methods for converting an image to grayscale and sepia-tone using built-in .NET Framework functionality from C#. 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 »

Working with .NET access modifiers

An important aspect of any development platform is security and controlling access to resources. There are many facets to security, beginning with controlling application access to defining how code can be used. You can use access modifiers to define the declared accessibility of code. Here is a rundown of the various access modifiers available with the .NET Framework. 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 »

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 »

Using message queue services in .NET

The combination of Microsoft Message Queuing's inclusion with Windows and the .NET System.Messaging namespace makes it easy to utilise messaging in your .NET application. 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 »

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?