Answer Posted / james
An assembly is the functional unit of sharing and reuse in
the Common Language Runtime. It provides the Common
Language Runtime with the information it needs to be aware
of type implementations. To the runtime, a type does not
exist outside the context of an assembly. Assemblies are a
fundamental part of the runtime.
In physical terms, an assembly is a collection of physical
files that are owned by the assembly. These assemblies,
called static assemblies, can include .NET Framework types
(interfaces and classes) as well as resources for the
assembly (bitmaps, JPEG files, resource files, etc.). In
addition, the Common Language Runtime provides API's that
script engines use to create dynamic assemblies when
executing scripts. These assemblies are run directly and
are never saved to disk, though you can save them to disk
if you so choose.
An assembly forms a logical unit of functionality,
a “logical” dll. An assembly forms the fundamental unit of
deployment, version control, reuse, activation scoping, and
security permissions. Contained in an assembly is the
assembly manifest, which contains all the metadata needed
to specify the version requirements, security identity, and
all information needed to define the scope of the assembly
and resolve references to resources and classes.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are you aware of containment and Aggregation ?
Define singleton activation mode in .net remoting?
What do you mean by passport authentication?
what are the requirements to enable remote components to interact each other?
What are different types of assemblies?
What are the channels in .net remoting?
Garbage collector?s functionality on unmanaged code ?
What is Remoting?
What are the different types of channels used by .net remoting and which is the best one?
Explain the Flow of remoting?
How do you directly call a native function exported from a DLL?
Define a process?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
How can we call methods in remoting asynchronously?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?