Tags: array, c#

News (7)

Rapid app development hits Delphi for PHP 2.0

CodeGear has launched the Delphi for PHP 2.0 integrated development environment to improve its developer tools suite for building interactive Web applications. Read more »

C# gets ISO approval

Microsoft's programming language is set to get ISO approval, which it hopes will help it win over corporations and governments. Read more »

Google open sources XML-alternative Protocol Buffers

XML, it seems, has run out of steam for Google. Google said Monday that it has created an open source project for a data interchange format called Protocol Buffers. Read more »

Software turns .Net to Flash

The race to build more-powerful Web-based applications could accelerate with the addition of software that lets Windows developers create Flash applications without knowing Flash. Read more »

Builder's November Top Ten

Have you missed any of the hottest technology development stories published in the past month? Builder Australia can help you keep in touch with the top ten stories of November. Read more »

Microsoft expands Vista testing

Microsoft on Tuesday outlined plans to expand its test of Windows Vista, the next version of its flagship operating system. Read more »

SP2 vs. the plug-ins

While security experts applaud Microsoft's recently released Service Pack 2, some companies that distribute their software over the Web are watching the product's introduction with dread and suspicion. Read more »

Features (139)

Work with multiple data values with arrays in .NET

Arrays are a basic feature of the .NET languages. They allow you to easily work with multiple data items in one container. Tony Patton tells you more about using arrays in your code. Read more »

Sort arrays easily and efficiently in .NET

Need to know how to sort arrays in .NET? See how easy it can be in this tutorial written in C#. Read more »

Performing basic array operations in VB.NET

The ability to work with arrays is important in any programming language. VB.NET offers a simple way of grouping data into the array structures similarly to other languages. In this article, I will look at array declaration and usage. Read more »

Why you should move to C#

The migration to the .NET platform offers many development choices. This top 10 list explains why C# is an important offering and why you should consider moving to C#. Read more »

Write and format ranges and containers in C++

The C++ STL offers a handy way to write values to streams, but it doesn't work with arrays. Here's an easy way to write ranges and containers to streams. Read more »

Handling optional parameters in C#

One feature that's missing from C# is the ability to declare a method parameter as optional. Here's a look at what you can do to fake it. Read more »

C++: Removing duplicates from a range

Removing duplicates from ranges is a fairly common task in C++, but the std::unique algorithm in the Standard Template Library (STL) has some limitations. Find out how to work around them. Read more »

Make your C# code more readable with comments

Application developers enjoy solving problems and churning out line after line of code, but the mere mention of documentation sends them running for the exit. Here are some tips for comments using C#. 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 »

Don't be overwhelmed when implementing pointers to member functions

Pointers to member functions are complex to write, but they are essential elements in multithreaded C++ applications. Find out how to create them and use them in callbacks. Read more »

Blog (1)

Spry Game

Lana Kovacevic [blogs:webanatomy] -- At this year's Adobe WebDU conference in Sydney, Greg Rewis gave a presentation on Spry 1.6, the AJAX framework. 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?