Resource Files Management -
03-05-2006
, 05:21 AM
How does the .NET Framework manages resources?
My app loads alot of image files from resource files (sometimes from
satelite assemblies and in othertimes from the main assembly's file).
In my organization we conducted an experiment for two apps:
One application loads images from their files (without using resources).
The second application loads images from resource files.
When we inspected the task monitor, we found out that the app using resource
files used much more memory (about 1.5 MB more).
Does this difference influenced by the mechanism used to load images from
the resource file?
Thanks. |