.NET Resource Management Classes

The .NET framework provides a family of classes that are designed to make resource management consistent and easy. These classes are as follows:

  • ResourceManager is used to manage all resources in an application.

  • ResourceSet represents a collection of all the resources for a particular culture.

  • ResourceReader is an implementation class for the IResourceReader interface. This is used to read resources from a stream.

  • ResourceWriter is an implementation of the IResourceWriter interface. This are used to write resources to a stream.

Your application must use a ResourceManager to load the resource assemblies and make them available to the rest of the program. The ResourceManager will return a ResourceSet for a given culture. ...

Get C# and the .NET Framework: The C++ Perspective 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.