In writing the resources chapter of my WinForms book, I found that there was no single utility for displaying the contents of assemblies, .resx files and .resource files (even embedded .resources files) in a way that made sense to me. So, I built one and called it ResourceExplorer.
ResourceExplorer is very simple and could stand some extension to show specific resources at images, text, data, etc, but it certainly served my needs, especially when it came to understanding the usage and limitations of the ResourceReader (for reading .resources files) and the ResXResourceReader (for reading .resx files). Enjoy.
To use the ResourceExplorer, build it (a pre-built version is provided in bin\Release), run it and use the File->Open menu item to open any .NET assembly, .resx file or .resources file. When navigating from resource to resource, the status bar shows the current string representation of the selected resource.
Copyright © 2003 Chris Sells
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, subject to the following restrictions: