Answer:
* Binary resources could be logo/image files, AV files etc.
* Resource files which are added to project, can have the “Build Action” defined on it from the file properties windows:
- Resource : Embeds resource into the assembly (or culture specific satellite assembly)
- Content : this leaves resource as loose file and upon compilation this resource information is not embedded to assembly. Instead, it adds custom attribute to the assembly (AssemblyAssociatedContentFile) which records the existence and relative location of file.
Source: Interview | Asked In: Many Interviews |
Alert Moderator