Tuesday, May 13, 2008

How do you enable your application to use .NET base class library members without referencing their fully qualified names?

Use the Imports keyword (Visual Basic .NET) or the using keyword (Visual C#) to make a .NET Framework namespace visible to your application.

No comments: