Summary

Today was a long day, but it was filled with valuable information. You learned what namespaces are and how you can use them in your applications. You also saw a breakdown of the key namespaces in the .NET Framework, and you learned how to implement the System.IO namespace and the System.Environment class. Over the remainder of this week and next week, you'll learn how to implement many more of the core namespaces in .NET, including System.Data, System.XML, System.Globalization, and others.

Some key points to remember from today:

  • Be sure to reference assemblies before you use them in your applications.

  • Use the Imports statement in Visual Basic .NET and using statement in C# to avoid using fully qualified names.

  • Take time now to familiarize ...

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.