Search Forum
(57415 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


              
Printable Version

C# My Services
By Gildeoni Santos

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).

Download Source