Discussion :: .NET Framework
-
Which of the following statements are correct about a .NET Assembly?
- It is the smallest deployable unit.
- Each assembly has only one entry point - Main(), WinMain() or DLLMain().
- An assembly can be a Shared assembly or a Private assembly.
- An assembly can contain only code and data.
- An assembly is always in the form of an EXE file.
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment