Introduction

Summary

Overview

This section will touch briefly on key .NET technologies such as Component Services (COM+), C#, and SQL Server 2000.

.NET Component Services

<ObjectPoolingAttribute(Enabled=true, MinPoolSize=2, MaxPoolSize=10, CreationTimeout=10000)>
public class APooledClass { ... }

SQL Server 2000

There are some interesting features for developers to consider such as XML Support, user-defined functions, distributed partitioned views, and other interesting features:

XML Support

There are many interesting XML support features including the following:

User-Defined Functions (UDF)

There are three different kinds of UDFs in SQL Server 2000:

Distributed Partitioned Views (DPV)

With DPVs, a table can be partitioned over several machines and it will be completely transparent to the client.

Other Interesting Features (see MSDN for details)