Quiz

1:The ___________ namespace helps me get information about Active Directory users and computers.
A1: System.DirectoryServices
2:To get a list of logical drives on the system, I can use the ____________ method in the System.Environment class or the ______________ method in the System.IO.Directory class.
A2: GetLogicalDrives, GetLogicalDrives
3:The only difference between the Write and the WriteLine methods of the StreamWriter class is the __________________ character that the WriteLine method uses.
A3: line terminator
4:True or False: I can use the Imports or using statement to alias a namespace that isn't imported into my application.
A4: True. But, if the assembly is not added to the References node in your Solution Explorer, you will need ...

Get Sams Teach Yourself Visual Studio® .NET 2003 in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.