Which of the following statements are correct about a .NET Assembly?1. It is the smallest deployable unit.2. Each assembly has only one entry point - Main(), WinMain() or DLLMain().3. An assembly can be a Shared assembly or a Private assembly.4. An assembly can contain only code and data.5. An assembly is always in the form of an EXE file.

🎲 Try a Random Question  |  Total Questions in Quiz: 156  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
C# Programming Practice Test — practice the complete quiz, review flashcards, or try a random question.


Which of the following statements are correct about a .NET Assembly?<br>1. It is the smallest deployable unit.<br>2. Each assembly has only one entry point - Main(), WinMain() or DLLMain().<br>3. An assembly can be a Shared assembly or a Private assembly.<br>4. An assembly can contain only code and data.<br>5. An assembly is always in the form of an EXE file.