What are possible implementations of distributed
applications in .NET?

Answers were Sorted based on User's Feedback



What are possible implementations of distributed applications in .NET? ..

Answer / swapna

.NET Remoting and ASP.NET Web Services. In the Framework
Class Library, many classes are in System.Runtime.Remoting
and System.Web.Services.

Is This Answer Correct ?    1 Yes 0 No

What are possible implementations of distributed applications in .NET? ..

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

Post New Answer

More Dot Net Remoting Interview Questions

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?

0 Answers  


How to perform Remoting?

1 Answers  


What is the purpose of System.EnterpriseServices namespace ?

1 Answers   Digital GlobalSoft,


Write a example code for remoting?

0 Answers  






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.

0 Answers   Excel,


How to decide which to use .net remoting or asp.net web services?

0 Answers  


What are the types of remoting?

0 Answers  


Define singleton activation mode in .net remoting?

0 Answers  


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

4 Answers   Verizon,


What technology enables out-of-proc communication in .NET ?

1 Answers  


What do mean by remotable objects in .net remoting?

0 Answers  


Categories