I\'ve used .resx files in the past to store text files and other things - queries for example. It works great because I can say Resources.Queries.BlahQuery. (Yes, I know we should probably used stored
I know how to retrieve and create resource entries in an .resx file programmatically. I\'m using the ResourceWriter and the ResourceReader for that approach. But now I want to clean up several items i