One of the most wanted features of Visual Basic .NET 2005 is My Services. Some C# programmers do not understand why Microsoft left C# without this feature. Thanks to .NET language interoperability this is not a problem at all. The Visual Basic .NET My Services appears to be a compiler embedded namespace that exposes the functionalities found in the Microsoft.VisualBasic.MyServices (Microsoft.VisualBasic.dll). This small sample is intended to show you how to use the Visual Basic .NET My Services in C#. The sample is very simple and easy to understand. To try out the sample you will need the .NET Framework 2.0 (beta 1 or later).