.Net Runtime Library for Delphi
Close
Application Essentials

This section of the Framework documentation provides information about basic application development tasks using the Dephi Framework Library

In This Section

Working with Base Types

Discusses formatting and parsing base data types and using regular expressions to process text.

Collections and Data Structures

Discusses the various collection types available in the .NET Framework, including stacks, queues, lists, arrays, and structs.

Generics

Describes the Generics feature, including the generic collections, delegates, and interfaces provided by the .NET Framework. Provides links to feature documentation for C#, Visual Basic and Visual C++, and to supporting technologies such as Reflection.

Numerics

Describes the numeric types in the .NET Framework.

Handling and Raising Events

Provides an overview of the event model in the .NET Framework.

Handling and Throwing Exceptions

Describes error handling provided by the .NET Framework and the fundamentals of handling exceptions.

File and Stream I/O

Explains how you can perform synchronous and asynchronous file and data stream access, and how to use to isolated storage.

Dates, Times, and Time Zones

Describes how to work with time zones and time zone conversions in time zone-aware applications.

Programming with Application Domains and Assemblies

Describes how to create and work with assemblies and application domains.

Serialization

Discusses the process of converting the state of an object into a form that can be persisted or transported.

Retrieving Resources

Describes how to retrieve resources fo the current UI culture.

Globalizing and Localizing

Provides information to help you design and develop world-ready applications.