News (6)

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 »

Gentoo Linux founder quits Microsoft

Daniel Robbins, the founder and former chief architect of the Gentoo Linux project, has quit his job at Microsoft after only eight months, the software giant has confirmed. Read more »

Simplify your life with PEAR classes

Most PHP Web developers have heard of PEAR, the PHP Extension and Application Repository, but very few of them actually use it on a regular basis. Here are 10 reasons to get started today. Read more »

Oracle joins Microsoft developer program

Oracle has pledged to make its database software work better with Microsoft's development tools. Read more »

Interrupting Java threads

Multithreading presents a set of new challenges to the programmer that can lead to unexpected behaviour. In this article we address one of those challenges: how to interrupt a running thread. Read more »

Features (231)

Protect sensitive data with .NET 2.0's SecureString class

Beginning with .NET Framework 2.0, the SecureString class is available to easily hold encrypted data in memory. Here are details about using the SecureString class. Read more »

Comparing strings with and without case sensitivity in VB.NET

Working with strings is a very important functionality in most applications. In this tip we take a look at string comparisons. Read more »

Easily format string output with String.Format

The .NET Framework provides a clean approach to string concatenation with the String class's Format method. Learn about the syntax for formatting string values. 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 »

Creating custom Visual Studio 2005 code snippets

Reuse common code blocks in your applications through Visual Studio 2005 code snippets. Read more »

Improve code confidence with these three .NET code review tools

Automated code tools can help developers locate potential problem points in their code before it ever leaves their machines. Here's a look at three tools that can help you with automated code review. Read more »

Two patterns that promote code reuse in ASP.NET

To increase code reuse possibilities in your ASP.NET applications, you can use a couple of different patterns. Learn more about the Page Controller and Front Controller patterns and how you can implement them in your apps. Read more »

Under the covers of the .NET CLR

.NET promises to let developers write code in numerous compliant languages, but exactly how does the CLR accomplish this feat? Read more »

Review: Total .NET Developer Suite

Properly managing code production can make an application project. Total .NET Developer Suite is a third-party add-in for Visual Studio .NET that can give you an edge when it comes to creating reusable code. Read more »

Debug Web forms easily with the help of VS.NET

Debugging code is never fun. But the .NET Framework and VS.NET can make debugging Web forms as easy as debugging Windows forms. Read more »

Blog (1)

Try… Catch… Win!

David McAmis [blogs:theneteffect] -- As a .NET developer, there are a few “best practices” that you should always consider. And one of the biggest is that every application you write should include error trapping to trap critical and non-critical errors that may occur. And the .NET framework makes it easy to use “Try… Catch” statements to intercept any errors that occur and allow you to handle the exception. Read more »

Log in


Sign up | Forgot your password?

  • Staff 2008: Time to call stumps

    It's another year down but some things never change. That was shown this week as Internet Explorer remained under fire from yet another zero-day exploit. In other news, we set a hard drive on fire and Apple cans its involvement with MacWorld. Read more »

    -- posted by Staff

  • Staff Unlocking Android

    In this week's roundup we take a look at Google's new technology -- Native Client, its Android phone, news from the world of web browsers and more. Read more »

    -- posted by Staff

  • Lana Kovacevic W3C releases mobileOK

    W3C has released mobileOK checker, an open source tool for checking the suitability of websites for mobile devices. Read more »

    -- posted by Lana Kovacevic

What's on?