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 assembl

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


Discussion

No Comment Found