Resources Summary

This tutorial introduced several utility programs that illustrated the process of working with resources and intermediate .resx and .resources file formats. You learned how several different resource types — in the examples, strings and images — could be loaded from stand-alone files, intermediate files, and assemblies. You also walked through three sample programs that showed how to load and display localized strings and images in .NET Windows Forms applications as well as from a Web application that is based on ASP.NET.

See Also

Appendix A: Additional Resource Information | Appendix B: Resource Tools