what is Assemble
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / srinivas
assemble means collection of namespaces,which refers
collection of classes and references
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
how can you enhance the performance of entity framework?
what is entity framework?
Can I add mvc testcases in visual studio express?
What are the main features of asp.net mvc 4 used by asp.net web api?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
How do you register the dotnet component or assembly ?
1 Answers Accenture, BirlaSoft,
Is there built-in support for tracing/logging
What is the need of .Net framework ?
What is serialization in .NET? What are the ways to control serialization?
How to change the action name in mvc?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?