Ask Your Question
1

What is the most efficient service for storing and loading resources in C#?

asked 2022-05-22 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-08-07 04:00:00 +0000

huitzilopochtli gravatar image

The most efficient service for storing and loading resources in C# is the Resource Manager class, which is included in the .NET framework. The Resource Manager class allows you to easily store and retrieve resources such as strings, images, and other types of data in a centralized location. This makes it easy to manage your application's resources, and ensures that they are loaded into memory only when needed.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-05-22 11:00:00 +0000

Seen: 18 times

Last updated: Aug 07 '22