Home / C# Programming / .NET Framework :: Discussion

Discussion :: .NET Framework

  1. 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.

  2. A.
    1, 2, 3
    B.
    2, 4, 5
    C.
    1, 3, 5
    D.
    1, 2

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment