What is assembly ?

Answers were Sorted based on User's Feedback



What is assembly ?..

Answer / saubhagya

Assembly is unit of deployment like exe or dll.
Assembly may contain reference to other assembly.

Is This Answer Correct ?    8 Yes 0 No

What is assembly ?..

Answer / vishaal

An assembly is building block of .NET framework. They form
the fundamental unit of deployment,version control,
security. An assembly is collection of types and resources
which form logical unit of functionality.

Is This Answer Correct ?    7 Yes 0 No

What is assembly ?..

Answer / chandra babu naidu

An Assembly is a basic building blocks of .net framework environment applications that can dynamically.



or

An assembly is a collection of files or libraries

Is This Answer Correct ?    1 Yes 0 No

What is assembly ?..

Answer / fgdfg

fgdfgdf

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Dot Net Remoting Interview Questions

Define delegates and events?

0 Answers  


Explain serialization formatters in .net remoting

0 Answers  


What do you mean by passport authentication?

0 Answers  


How to perform Remoting?

1 Answers  


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

0 Answers  






What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?

0 Answers  


What is unmanaged code?

0 Answers  


Explain what is the relationship between a Process, Application Domain, and Application?

2 Answers  


Explain the hierarchial description of remoting?

0 Answers  


What is the difference between private and shared assembly?

1 Answers  


What are channels in .NET Remoting?

1 Answers  


What are dynamic assemblies?

0 Answers  


Categories