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

Explain how to directly call a native function exported from a dll?

0 Answers  


What is the difference between remoting and webservice?

0 Answers  


How do you implement distributed applications in .net?

0 Answers  


Which namespace is used for encryption ?

3 Answers   Digital GlobalSoft,


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

0 Answers  






When should we choose .net remoting over .net web services?

0 Answers  


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

0 Answers  


What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

0 Answers  


What are the advantage of remoting over web services?

0 Answers  


Where is global assembly cache located on the system?

3 Answers   HCL, Value Labs,


What are the differences between Marshal by value and Marshal by reference?

4 Answers   Verizon,


Can you pass SOAP messages through remoting?

0 Answers  


Categories