Which one is the best way to save thousands of image from my windows form application?
By doing some head storming search what I got is, sql server is not a good option to save that huge amount of data, local disk is a better option. But here I become more confused. because, there might be situation that the folder can be removed or replaced. If so, my app will lost the path and those images. So here I got stuck.
Is resx files (resource files) can be a option?
Please suggest me a good way for that problem. If this question asked before, please provide a link, that might be more helpful?
I have never used images in C# before, so I have no idea on how to actually do it. So I would really appreciate if someone could link me to a tutorial or something.
I am using visual studio 2013 and MQ SQL Server 2012
There's a question similar to my question. but I found mine different.
How to save/retrieve images from disk in windows form application?