What are possible implementations of distributed
applications in .NET?
Answers were Sorted based on User's Feedback
Answer / amarjeet singh
By Using .Net Remoting and Web Services.But now we can use
WCF to implement distributed application.
Is This Answer Correct ? | 1 Yes | 0 No |
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
1 Answers Tavant Technologies, TCS, Tech Mahindra,
Define delegates and events?
How to perform Remoting?
What is the purpose of System.EnterpriseServices namespace ?
Write a example code for 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.
How to decide which to use .net remoting or asp.net web services?
What are the types of remoting?
Define singleton activation mode in .net remoting?
What are the differences between Marshal by value and Marshal by reference?
What technology enables out-of-proc communication in .NET ?
What do mean by remotable objects in .net remoting?