December 2004
Intermediate to advanced
1008 pages
21h 40m
English
The previous section discussed embedded and linked files. When you create an assembly, the manifest informs the Common Language Runtime of all dependent files. If you want to make sure that a specific icon, image, text file, or whatever file you need, is considered a necessary part of your application, you can make it a part of your assembly.
There are two ways to make a file part of your assembly. You can either embed the file directly into the assembly, or you can make the assembly refer to the file via the manifest. When using Visual Studio .NET, it is actually quite easy to create embedded resources, so that's what will be covered in this next section.
Keep in mind that you can store absolutely ...
Read now
Unlock full access