DB2 Version 9.7 for Linux, UNIX, and Windows

Designing .NET CLR routines

When designing .NET CLR routines, you should take into account both general external routine design considerations and .NET CLR specific design considerations.

Knowledge and experience with .NET application development and general knowledge of external routines. The following topics can provide you with some of the required prerequisite information.

For more information on the features and uses of external routines see:
For more information on the characteristics of .NET CLR routines, see:

With the prerequisite knowledge, designing embedded SQL routines consists mainly of learning about the unique features and characteristics of .NET CLR routines:

After having learned about the .NET CLR characteristics, see: Creating .NET CLR routines.