I have a resource (.resx) file, and it have currently 58 string properties. This amount of string properties can grow..
My doubt is, are those strings kept in memory? If i have 200, will all be kept in memory? Or the the strings are kept in file and the ResourceManager access the file? Or anything else? How this work?