C# Programming - .NET Framework - Discussion
Discussion Forum : .NET Framework - General Questions (Q.No. 18)
18.
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.
Discussion:
4 comments Page 1 of 1.
Bikash said:
1 decade ago
If it contains main(), then it is in .exe file and if it doesn't contain main() then it is a .dll file.
Monalisa Sarangi said:
1 decade ago
An assembly is always in the form which file ?
Ashwani Saxena said:
1 decade ago
As I know in .Net assembly is private or shared. Then why this is not correct? please tell me.
Paru said:
1 decade ago
Assembly can be private or shared.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers