what is Assemble

Answers were Sorted based on User's Feedback



what is Assemble..

Answer / manirajsahu

Assembly is unit of deployment like EXE or a DLL.
√ An assembly consists of one or more files (dlls, exe’s,
html files etc.), and
represents a group of resources, type definitions, and
implementations of those
types. An assembly may also contain references to other
assemblies. These
resources, types and references are described in a block of
data called a manifest.
The manifest is part of the assembly, thus making the
assembly self-describing.
√ An assembly is completely self-describing.An assembly
contains metadata
information, which is used by the CLR for everything from
type checking and
security to actually invoking the components methods. As
all information is in the
assembly itself, it is independent of registry. This is the
basic advantage as
compared to COM where the version was stored in registry.

Is This Answer Correct ?    15 Yes 1 No

what is Assemble..

Answer / prashant

An Assembly is unit of deployment like EXE or a DLL.its a collection of many classes. namespace is nothing but an assembly.it can not execute directly .it can be call to some other container like vb,c#,asp etc.it provides reusability of code in our application designing.

Is This Answer Correct ?    7 Yes 0 No

what is Assemble..

Answer / srinivas

assemble means collection of namespaces,which refers
collection of classes and references

Is This Answer Correct ?    1 Yes 0 No

what is Assemble..

Answer / alex

An assembly is the .NET name for an executable file. In
other words, a .NET assembly is just the .EXE and .DLL
files that are the end result of your program, just like VB
6 and other languages. But this is about the only thing
that is the same.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What is the difference between windows vista and .net framework 3.0 ?

0 Answers  


can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?

1 Answers   TCS,


Which is the default http method for an action method?

0 Answers  


Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?

0 Answers  


How to use multiple submit buttons in asp.net mvc?

0 Answers  






I'm anfinal yr. engg. student with knowledge of .net. I want to refurnish my knowledge for interview purpose. Which institute is good....I am confused among Peers, Naresh it, Deccansoft...Plz help me to select the right institute.....

9 Answers  


How can you prevent your class to be inherated further

1 Answers  


Why is entity framework used?

0 Answers  


what is datacontrols?

1 Answers  


Can we have more than 1 partial classes in the same file?

3 Answers   Encora,


How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible

2 Answers  


When do you absolutely have to declare a class as abstract

1 Answers   Siebel Systems,


Categories