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 |
Which dll translate xml to sql in internet information server (iis)?
Explain webfarm vs webgardens in .net?
what is the difference between early binding and late binding in .net?
What is the difference between a Hash Table and a Dictionary?
Why did they call it .net?
What is "microsoft intermediate language" (msil)?
What is the difference between response.redirect & server.transfer?
Explain how to spawn a thread?
What is .net3.0 and .net3.5?
Name some of the languages .NET support?
What is different between Web User Control and Web Custom Control?
Describe the compilation process for .net code?