Saved Bookmarks
| 1. |
What Is Manifest In .net? |
|
Answer» Manifest is nothing but a simple text file USED to store metadata information of different .NET ASSEMBLIES. Manifest file can be saved as a stand alone file of type PE. It can also be stored as an exe or as a DLL file CONTAINING intermediate language code. Manifest is nothing but a simple text file used to store metadata information of different .NET assemblies. Manifest file can be saved as a stand alone file of type PE. It can also be stored as an exe or as a dll file containing intermediate language code. |
|