News (2)

Developers get .NET source -- look but don't touch

Microsoft intends to release parts of the .NET 3.5 source code in the upcoming release of Visual Studio 2008. Read more »

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 »

Features (126)

Maintaining state in ASP.NET: Know your options

Maintaining state is a problem that all Web developers face regardless of the platform. ASP.NET adds four options on top of the standard approaches on the Web. This article drills down on these options. Read more »

Integrating CSS techniques into ASP.NET 2.0 applications

CSS is now the accepted approach to styling Web interfaces, and ASP.NET makes it easy to integrate CSS into your solutions. Read more »

Two approaches to redirection in ASP.NET

ASP.NET provides a few ways to move to different pages. Here's a look at these options. Read more »

Working with configuration files in ASP.NET 2.0

The second iteration of ASP.NET includes a number of enhancements for working with configuration files. Read more »

Class interfaces play a key role with inheritance

Class interfaces in C# ensure that your code will behave the way you expect. In this installment of C# for Newbies, Builder.com outlines the role of class interfaces in inheritance and abstract base classes. Read more »

Simplify coding and maintenance with class libraries

You use class libraries when you're developing any type of .NET application in order to manipulate the file system, access databases, serialise objects, and launch and synchronise multiple threads of execution. Read more »

Secure ASP.NET 2.0 sites with Membership API

Beginning with ASP.NET 2.0, the Membership API was added to simplify adding security to a Web application. This article explains how to use the Membership API with a SQL Server back-end. Read more »

Use ASP.NET caching to optimise your Web applications

Caching is an important way to improve the performance of your Web site. Learn how ASP.NET caching differs from ASP and how to implement it in your Web applications. Read more »

Use ASP.NET's Literal control to its full potential

One option of placing text on an ASP.Net Web form is the Literal Web control, which allows you to place and easily manipulate text within a page. Read more »

Achieve common ASP.NET page functionality

In this article we take a look at ASP.NET 2.0's template page feature and how you might create base pages with inheritance. Read more »

Blog (1)

Silverlight 1.1 becomes 2.0

Chris Duckett [blogs:betaliving] -- Silverlight v1.1 is now Silverlight 2.0, it makes sense marketing-wise but the attempted reasoning leaves a bitter taste. Read more »

Log in


Sign up | Forgot your password?

What's on?