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

What is the difference between remoting and webservice?

1 Answers  


What is a formatter in .net remoting?

1 Answers  


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

1 Answers  


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

4 Answers   Verizon,


Define singlecall activation mode in .net remoting?

1 Answers  


When we use web service and when we use Remoting?

2 Answers  


Difference between remoting and web service ?

1 Answers   Digital GlobalSoft,


What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()

1 Answers  


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

1 Answers  


what are the various type of channels used by .Net remoting and which is the best one?

1 Answers  


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

1 Answers  


How can objects in two diff. App Doimains communicate with each other ?

1 Answers  


Categories