Multiple Users .net MVC Image Processing

I have a background image on which I am writing text using 2d namespace in .net MVC and save and serve it for my users.

I was thinking about how to improve the performance of the application. I want IO to read every time I load the background image. Can I upload a background image to the shared memory?

Is there any reason? if so can someone please post a sample code?

+3


source to share





All Articles