What is assembly ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 are the differences between Marshal by value and Marshal by reference?
Explain marshalling and its types in .net remoting
What is the proxy of the server object in .net remoting?
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.
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What do you know about .NET assemblies?
What are channels in .NET Remoting?
Are you aware of containment and Aggregation ?
When we use web service and when we use Remoting?
What is a formatter in .net remoting?
What distributed process frameworks outside .NET do you know?
What are various types of assemblies ?