10. The Class Library, Part 1

In the last couple of chapters you’ve learned the basics of how to create .NET Framework types and members. Now it’s time to back up a bit and look at the vast library of types that are provided for your use in the Framework Class Library (FCL). In this chapter we’ll look at the core data types that will help you manipulate numeric data, character data, and dates and times. In the next chapter we’ll move on to types that let you handle multiple instances of an object and a special construct called a generic that lets you specify a type at runtime.

image

Fitting It In

Like classes, structures, enumerations and interfaces ...

Get Fluent C# 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.