What is Assembly?



What is Assembly?..

Answer / versha

assembly is unit of deployment like .exe,.dll
in case of assembly all information of assembly is stored
in manifest.this give information like version number,scope
of variable etc.we can see it using ILDASM .
types
1)private
2)shared

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is a serviced component?

0 Answers  


Explain the process of compilation in .NET?

0 Answers  


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?

0 Answers  


One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?

0 Answers  






Describe the compilation process for .net code?

0 Answers  


What is view state?

6 Answers   TCS,


Tell us what is a sealed class?

0 Answers  


Which ports are used by viruses? UDP/TCP?

1 Answers  


What is .net3.0 and .net3.5?

0 Answers  


What is .NET Framework?

2 Answers  


What is smart navigation in .net?

0 Answers  


Categories