Are you aware of containment and Aggregation ?
Answer / Tahsildar Giri
Containment and Aggregation are object-oriented design concepts related to association between objects. Containment refers to a strong relationship where the containing object takes full responsibility for the contained object's lifetime, while Aggregation refers to a weaker relationship where the aggregate object does not control the lifespan of the aggregated objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 do you mean by windows authentication?
How do you reference to a private & shared assembly ?
What are different types of assemblies?
What is an assembly and what does manifest consists ?
How do you register a .NET assembly?
What?s a proxy of the server object in .NET Remoting?
Are you aware of containment and Aggregation ?
What is delay signing?
What is the Difference between CAO and SAO in Remoting.
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?