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

What are remotable objects in .NET Remoting?

2 Answers  


Where are shared assemblies stored?

4 Answers  


About performance issues on retrieving records ?

1 Answers   DELL,


Can you pass SOAP messages through remoting?

0 Answers  


What are the types of remotable objects?

0 Answers  






What distributed process frameworks outside .NET do you know?

1 Answers  


How can you configure a .net remoting object via xml file?

0 Answers  


What are static assemblies and dynamic assemblies. Differences between them?

0 Answers  


Is it a good design practice to distribute the implementation to remoting client?

0 Answers  


Will clr handle unmanaged code or not?

0 Answers  


Difference between web services & remoting?

0 Answers  


How can you debug failed assembly binds?

1 Answers  


Categories