What is an assembly? What are the different types of assemblies?



What is an assembly? What are the different types of assemblies?..

Answer / Roopesh Gangwar

An assembly is a deployable unit of .NET code. It can contain one or more compiled modules and resources. There are two main types of assemblies: Single File Assembly (contained in a single executable file) and Multi-File Assembly (contains multiple files with the manifest file indicating their relationship).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Which dll translate xml to sql in internet information server (iis)?

1 Answers  


Explain webfarm vs webgardens in .net?

1 Answers  


what is the difference between early binding and late binding in .net?

2 Answers   Satyam,


What is the difference between a Hash Table and a Dictionary?

1 Answers  


Why did they call it .net?

1 Answers  


What is "microsoft intermediate language" (msil)?

1 Answers  


What is the difference between response.redirect & server.transfer?

1 Answers  


Explain how to spawn a thread?

1 Answers  


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

1 Answers  


Name some of the languages .NET support?

3 Answers  


What is different between Web User Control and Web Custom Control?

1 Answers  


Describe the compilation process for .net code?

1 Answers  


Categories