G
Guest
Hello...
I am new to C#. My requirement is that, I will receive over 100s of images
from the network to local machine and display these images on an image viewer
one by one on mouse scroll. To improve the performance, I want these images
to reside on the RAM instead of the hard disk. How do I load the images to
the ram and access it to improve my performance.
I am new to C#. My requirement is that, I will receive over 100s of images
from the network to local machine and display these images on an image viewer
one by one on mouse scroll. To improve the performance, I want these images
to reside on the RAM instead of the hard disk. How do I load the images to
the ram and access it to improve my performance.