A Guided
Garden Stroll through the .NET Framework Class Library
Other namespaces:
● I represent the other many many namespaces that we didn’t have time to talk about today. Some are extremely extensive, such as the System.Windows.Forms namespace.
Some of the namespaces that we haven’t mentioned thus far, but are still quite useful include:
for late bound calls to various objects
System.Resources – for globalization
via string lookup and storage
System.Runtime.Remoting – for calling and invoking remote objects
System.Runtime.Serialization – for being able to decompose objects into strings, then recompose them back into objects
System.ServiceProcess – for creating Windows Services type applications
System.Threading – For managing threads, including pausing thread execution for specified amounts of time and for creating new threads in your application
System.Timers – for enabling events to be thrown at a specified time interval
And
for all your XML needs, including node searching and XML transformations.