Tags: .net, nice

News (10)

Microsoft taps JQuery for Visual Studio

Microsoft said Sunday that it plans to ship the JQuery JavaScript library with its Visual Studio developer tool suite. 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 »

IBM to buy Cognos for $5 billion

IBM yesterday announced plans to buy business intelligence software company Cognos in a US$5 billion all-cash transaction. Read more »

Java update warms to scripting languages

Sun Microsystems released on Monday a Java development kit that seeks to meld Java and scripting languages. Read more »

It's Adobe's game to lose, CEO says

Bruce Chizen discusses open source, the importance of video and increasing competition from the likes of Google. 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 »

Upstart could shake up networked storage

First came Fibre Channel, then iSCSI. Now, for the increasingly popular idea of using a network to connect storage to servers, there's a third option called ATA over Ethernet. Read more »

SpamAssassin sports new open source licence

Programmers on Wednesday released the new version 3.0 of SpamAssassin, open-source software for filtering out unwanted e-mail, but the changes are as much legal as technological. Read more »

Small is beautiful for Web 2.0 start-ups

Jason Fried, president of start-up 37Signals, is a bona fide software entrepreneur. But he wants nothing to do with the traditional model of starting a software company. Read more »

Developer Interview: James Gosling

Take a look at Sun Microsystems' recently relaunched Java developer Web site, and you'll see something new: a picture of James Gosling. Read more »

Features (67)

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 »

Create a fading form in VB.NET

While core functionality and useability of the application is always one of the most important aspects, various visual effects may improve the way users feel about a particular application. Read more »

Developer Spotlight: Inside .NET with Juval Lowy

Builder AU caught up with Lowy during his masterclass in Sydney and discussed what is in .NET 3.0, the design review process and how developers can better learn. Read more »

Understand how .NET can talk to OCI

To fine-tune performance, it's useful to understand how .NET can talk directly to the Oracle Call Interface (OCI). Learn how to speed up your app with this tip. Read more »

Why VB6 still matters

Visual Basic 6 code is something Microsoft needs to take another look at if it wants legacy applications to play nice with .NET Read more »

Create custom class interfaces in .NET

Builder.com returns to the topic of .NET class interfaces with a look at creating your own interfaces in C#. You'll learn how to specify an interface--and you'll have a nice chunk of code to download and play with. Read more »

Master simple forms authentication in .NET

Using forms authentication, you can quickly build a simple, secure Web app. This walk-through shows you how to apply the strategy in your apps. Read more »

Ask Chuck: Displaying graphs in VS.NET

This week Chuck answers a Builder Australia reader's question on displaying graphs of database data on web sites using VS.NET. Read more »

Generating and working with GUIDs in .NET

A GUID is a 128-bit integer (16 bytes) that you can use across all computers and networks wherever a unique identifier is required. This article explains how the .NET Framework makes it possible for you to create your own GUID. Read more »

Blog (5)

The Developer Manifesto

David McAmis [blogs:theneteffect] -- I ran across a "Developer Manifesto" while trolling through a vendor Web site and thought I would share it with you. Read more »

Certification Nation

Staff [blogs:syslog] -- Is a lack of certification really a hole in a developers resume? Are certificates become part of the way of life for software developers, or are we beginning to see the light? Read more »

Live Blog: MIX 07 Keynote

Chris Duckett [blogs:betaliving] -- Live blog from the MIX 07 Keynote. Will we see an announcement regarding Silverlight? It certainly appears so. Read more »

Build or Buy, Do or Die

David McAmis [blogs:theneteffect] -- In my job as a developer, I get to talk to all sorts of people. And one of the conversations I seem to have a lot lately is "build vs buy", especially when it comes to custom applications. When developing a new application, I try not to reinvent the wheel, for example, if the application requires extensive charting capabilities, I will look for a third-party charting component to buy and integrate. If the application requires a more polished user-interface, I will buy a set of icons or a UI component to deliver the required user interface. Read more »

Here's to the next step!

Brendon Chase [blogs:codemonkeybusiness] -- By now you can probably see the new look Builder AU Web site. Not bad, don't you think? 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?