C# Code Snippets
| Title | Description |
| Instantiate DCOM | C# code snippet to instantiate a DCOM object on another machine. |
| Win32 Language Information Conversion | C++ language information function converted to a C#.NET equivalent function. |
| Using .NET components from unmanaged COM | A quick example of how to instantiate a .NET component from C++ / unmanaged code. |
| XML-RPC Client | An implementation of an XML-RPC client in C#. |