Finding the Information You Need About Namespaces
Knowing that hundreds of namespaces and housands of classes make up the FCL, you need to know what namespaces offer you the functionality you need to complete the job at hand.
You need to know how to navigate the .NET Framework SDK to find the information you need. But first, let's look at the common namespaces in the FCL and the functionality they offer. This will help you know what to look for when we get to the SDK.
System.Data— This namespace contains the core data access functionality for SQL Server and OLE DB data stores. You learn how to use this namespace tomorrow when we get into accessing data with ADO.NET.
System.XML— The class namespace core XML processing functionality. We cover ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access