News (5)

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 »

Windows, IIS at risk from 'token kidnapping'

Hosting providers and IT professionals have been warned of a threat posed to Microsoft IIS Web servers through exploitation of vulnerabilities in Microsoft operating systems. Read more »

The History of Builder AU

Builder AU has turned five and it's time to look back and see how we got here. Read more »

Canonical wants open-source cooperation

Ubuntu Linux backer hopes its Launchpad site will help open-source projects match Microsoft's collaboration abilities. Read more »

Sun looks to sweeten Java

Sun Microsystems plans to simplify its Java licence for commercial software companies. Read more »

Features (44)

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 »

.NET demystifies encryption

.NET makes cryptography a little simpler by putting everything into one SDK. Find out how to encrypt and decrypt a text file with the System.Security.Cryptography namespace. Read more »

Enhance applications with the ASP.NET AJAX Control Toolkit

While the ASP.NET AJAX Extensions from Microsoft provides you with basic AJAX support, the ASP.NET AJAX Control Toolkit extends this support by offering more controls and by allowing you to create controls. Read more »

Top 10 reasons to migrate to .NET

Microsoft's latest push for the .NET Framework has many developers wondering if it would be wise to learn it. Here's why you should move to .NET. Read more »

Manipulate the Windows registry with .NET

Tony Patton shows how interacting with the Windows registry can be used to store application data for any custom applications you may develop. Read more »

Increase flexibility with the .NET schema object model

This article from Builder.com examines how the XML schema object model allows you to use .NET classes to manipulate schema components. Read more »

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 »

Running .NET on Linux with DotGNU

Who said .NET only runs on Windows? In this article we take a look at DotGNU and show you how to get your .NET applications running on Linux and other flavours of Unix. Read more »

.Net develops advantages over Java

Developers have a number of reasons for favouring one programming environment over another. For those attracted by good technology, .NET is worth a look. Read more »

Reading and writing text files with VB.NET

Reading and writing text files is an essential task in any programming language. Follow this step-by-step approach to working with text files in VB .NET. Read more »

Blog (1)

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 »

Log in


Sign up | Forgot your password?

What's on?