What is an assembly?
Answers were Sorted based on User's Feedback
Answer / praveen dintakurthy
1).Assembly is a file (or) module which compiles to an dll
(or) exe file.
2).Assembly is a logical collection of types,methods and
classes which are packed together and works as a single
functional unit.
3).Assemblies are divided into following categories : -
(a).Private assembly.
(b).Shared assembly.
(c).Satellite aassembly.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / dotnetfox
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.
--- Multiple versions can be deployed side by side in
different folders. These
different versions can execute at the same time without
interfering with each
other. Assemblies can be private or shared. For private
assembly deployment, the
assembly is copied to the same directory as the client
program that references
it. No registration is needed, and no fancy installation
program is required.
---When the component is removed, no registry cleanup is
needed, and no uninstall
program is required. Just delete it from the hard drive.
---In shared assembly deployment, an assembly is installed
in the Global Assembly
Cache (or GAC). The GAC contains shared assemblies that are
globally accessible to all .NET applications on the machine.
| Is This Answer Correct ? | 8 Yes | 0 No |
what is DLL Hell and how it is solved in .NET?
24 Answers icegen, next, -uk, NIIT,
How does the cookies work in asp.net?
What is the main use of Response.Output.Write()?
What is bound controls
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
What is shadowing?
what is structured data format?
Define WCF ABC , Diffrent Contract. Diff b/w Wcf and in webservice
What is the difference between GridView and Repeater controls in ASP.NET?
Can we mention error in web.config file?
What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?
Which tool you have done?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)