If .Net project contains embedded resources, we can extract them at run-time (for internal-in-program usage or to save as files). Embedded resource can be attached file of any type (popular types: texts, images, sounds). This post will show how to use assembly functions for resource extraction and how to read/write these resources into files/variables ...
...