
VB.NET Core Classes in a Nutshell
A Desktop Quick Reference
Publisher: O'Reilly Media
Release Date: June 2002
Pages: 576
Read on O'Reilly Online Learning with a 10-day trial
Start your free trial now Buy on AmazonWhere’s the cart? Now you can get everything with O'Reilly Online Learning. To purchase books, visit Amazon or your favorite retailer. Questions? See our FAQ or contact customer service:
1-800-889-8969 / 707-827-7019
support@oreilly.com
- Essential system and programming services found in the System namespace
- Text handling and regular expression pattern searches
- Diagnostics, debugging, and performance monitoring
- Generalized and specialized collection objects
- Reflection
- Extensible Markup Language (XML)
- Input/output and serialization
- Networking
- Threading and timers
- COM interop and globalization
Table of Contents
-
Introduction
-
Chapter 1 Introduction
- Before the .NET FCL
- The .NET Framework Class Library
- Working with the .NET FCL
- The Types of a .NET Namespace
- Approaching the .NET FCL
-
-
.NET Core Classes Quick Reference
-
Chapter 2 Reference
- Finding a Quick-Reference Entry
- Reading a Quick-Reference Entry
-
Chapter 3 Microsoft.Win32
-
Chapter 4 System
-
Chapter 5 System.Collections
-
Chapter 6 System.Collections.Specialized
-
Chapter 7 System.Diagnostics
-
Chapter 8 System.Globalization
-
Chapter 9 System.IO
-
Chapter 10 System.IO.IsolatedStorage
-
Chapter 11 System.Net
-
Chapter 12 System.Net.Sockets
-
Chapter 13 System.Reflection
-
Chapter 14 System.Reflection.Emit
-
Chapter 15 System.Runtime.InteropServices
-
Chapter 16 System.Runtime.Serialization
-
Chapter 17 System.Runtime.Serialization.Formatters
-
Chapter 18 System.Text
-
Chapter 19 System.Text.RegularExpressions
-
Chapter 20 System.Threading
-
Chapter 21 System.Timers
-
Chapter 22 System.Xml
-
Chapter 23 System.Xml.XPath
-
Chapter 24 System.Xml.Xsl
-
-
Appendixes
-
Appendix Regular Expressions
-
Appendix Format Specifiers
- Picture Format Specifiers
- DateTime Format Specifiers
-
Appendix Data Marshaling
-
Appendix Namespaces and Assemblies
-
-
Colophon